Compare commits

...

4 commits

4 changed files with 7 additions and 16 deletions

View file

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

View file

@ -4,27 +4,17 @@
manager = {
prepend_keymap = [
{
desc = "Dangerous life.";
desc = "Dangerous life";
on = "d";
run = "remove --permanently";
}
{
desc = "Dangerous life.";
desc = "Dangerous life";
on = "D";
run = "remove --permanently --force";
}
{
desc = "Who wants files anyway?";
on = "a";
run = "create --dir";
}
{
desc = "I want, sometimes.";
on = "A";
run = "create --force";
}
{
desc = "Spawn shell here.";
desc = "Spawn shell here";
on = "<Enter>";
run = ''shell "SHELL_NAME=yazi $SHELL" --block --confirm'';
}

View file

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

View file

@ -57,6 +57,7 @@
tmux # Terminal multiplexor.
tree # Show directory stricture as a tree.
tree-sitter # A parser generator tool and an incremental parsing library.
tun2socks # Use proxy as a vpn.
unzip # Zip archive/unarchive tools.
usbutils # Usb utilities like udiskctl.
utillinux # Common Linux utilities.