Compare commits
4 commits
87321d958d
...
2f9ccd100a
Author | SHA1 | Date | |
---|---|---|---|
Dmitry Voronin | 2f9ccd100a | ||
Dmitry Voronin | 64581d7879 | ||
Dmitry Voronin | f5eb727edc | ||
Dmitry Voronin | 72b34359bb |
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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'';
|
||||
}
|
||||
|
|
|
@ -117,7 +117,7 @@
|
|||
# Git patch create.
|
||||
# Usage: gpc > <FILE>
|
||||
function gpc() {
|
||||
git diff --cached --binary
|
||||
git diff --staged --patch --binary
|
||||
}
|
||||
|
||||
# Git patch (apply).
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue