Compare commits

...

4 commits

4 changed files with 7 additions and 16 deletions

View file

@ -1,8 +1,8 @@
{ pkgs, lib, ... }: { pkgs, lib, ... }:
with lib; with lib;
let let
url = "https://i.imgur.com/7PoLqMb.jpeg"; url = "https://i.imgur.com/9l6Ywcm.jpeg";
sha256 = "1vwhgdxsfn33pcyw06b2f5xikz6iwp4h54lr8515fqnnzbl06vjm"; sha256 = "1fncihr63niq6l2llgbhhid24a11vr3q091yya497xld3mldfdan";
forceContrastText = false; forceContrastText = false;
in in
{ {

View file

@ -4,27 +4,17 @@
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 = "Who wants files anyway?"; desc = "Spawn shell here";
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'';
} }

View file

@ -117,7 +117,7 @@
# Git patch create. # Git patch create.
# Usage: gpc > <FILE> # Usage: gpc > <FILE>
function gpc() { function gpc() {
git diff --cached --binary git diff --staged --patch --binary
} }
# Git patch (apply). # Git patch (apply).

View file

@ -57,6 +57,7 @@
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.