Compare commits
No commits in common. "2f9ccd100a34a8d1b1bf8f5b0b9f4fed42603956" and "87321d958dfa9241457120ad38daeffbf01fe9f7" have entirely different histories.
2f9ccd100a
...
87321d958d
|
@ -1,8 +1,8 @@
|
||||||
{ pkgs, lib, ... }:
|
{ pkgs, lib, ... }:
|
||||||
with lib;
|
with lib;
|
||||||
let
|
let
|
||||||
url = "https://i.imgur.com/9l6Ywcm.jpeg";
|
url = "https://i.imgur.com/7PoLqMb.jpeg";
|
||||||
sha256 = "1fncihr63niq6l2llgbhhid24a11vr3q091yya497xld3mldfdan";
|
sha256 = "1vwhgdxsfn33pcyw06b2f5xikz6iwp4h54lr8515fqnnzbl06vjm";
|
||||||
forceContrastText = false;
|
forceContrastText = false;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
|
@ -4,17 +4,27 @@
|
||||||
manager = {
|
manager = {
|
||||||
prepend_keymap = [
|
prepend_keymap = [
|
||||||
{
|
{
|
||||||
desc = "Dangerous life";
|
desc = "Dangerous life.";
|
||||||
on = "d";
|
on = "d";
|
||||||
run = "remove --permanently";
|
run = "remove --permanently";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
desc = "Dangerous life";
|
desc = "Dangerous life.";
|
||||||
on = "D";
|
on = "D";
|
||||||
run = "remove --permanently --force";
|
run = "remove --permanently --force";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
desc = "Spawn shell here";
|
desc = "Who wants files anyway?";
|
||||||
|
on = "a";
|
||||||
|
run = "create --dir";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
desc = "I want, sometimes.";
|
||||||
|
on = "A";
|
||||||
|
run = "create --force";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
desc = "Spawn shell here.";
|
||||||
on = "<Enter>";
|
on = "<Enter>";
|
||||||
run = ''shell "SHELL_NAME=yazi $SHELL" --block --confirm'';
|
run = ''shell "SHELL_NAME=yazi $SHELL" --block --confirm'';
|
||||||
}
|
}
|
||||||
|
|
|
@ -117,7 +117,7 @@
|
||||||
# Git patch create.
|
# Git patch create.
|
||||||
# Usage: gpc > <FILE>
|
# Usage: gpc > <FILE>
|
||||||
function gpc() {
|
function gpc() {
|
||||||
git diff --staged --patch --binary
|
git diff --cached --binary
|
||||||
}
|
}
|
||||||
|
|
||||||
# Git patch (apply).
|
# Git patch (apply).
|
||||||
|
|
|
@ -57,7 +57,6 @@
|
||||||
tmux # Terminal multiplexor.
|
tmux # Terminal multiplexor.
|
||||||
tree # Show directory stricture as a tree.
|
tree # Show directory stricture as a tree.
|
||||||
tree-sitter # A parser generator tool and an incremental parsing library.
|
tree-sitter # A parser generator tool and an incremental parsing library.
|
||||||
tun2socks # Use proxy as a vpn.
|
|
||||||
unzip # Zip archive/unarchive tools.
|
unzip # Zip archive/unarchive tools.
|
||||||
usbutils # Usb utilities like udiskctl.
|
usbutils # Usb utilities like udiskctl.
|
||||||
utillinux # Common Linux utilities.
|
utillinux # Common Linux utilities.
|
||||||
|
|
Loading…
Reference in a new issue