Compare commits

..

No commits in common. "e8b66385c978028cb57111a0a2c879cd78736f5b" and "f29934a3d1a74a355bd85abf9e6912799808930d" have entirely different histories.

4 changed files with 13 additions and 22 deletions

View file

@ -34,6 +34,7 @@
libredirect
multi-account-containers
clearurls
istilldontcareaboutcookies
hoppscotch
];
bookmarks = {};

View file

@ -8,8 +8,6 @@
programs.kitty = {
enable = true;
shellIntegration.enableZshIntegration = true;
themeFile = "Catppuccin-Mocha";
font = {
@ -43,6 +41,10 @@
"alt+2" = "goto_tab 2";
"alt+3" = "goto_tab 3";
"alt+4" = "goto_tab 4";
## Unbind
"ctrl+shift+left" = "no_op";
"ctrl+shift+right" = "no_op";
};
};
}

View file

@ -23,7 +23,6 @@
distrobox
boxbuddy
evince # gnome pdf viewer
eza # cool ls
element-desktop # Matrix client
fd # find replacement
file # Show file information
@ -93,10 +92,5 @@
xdg-utils
xxd
alejandra
# VPN
wireguard-tools
openconnect
networkmanager-openconnect
];
}

View file

@ -34,7 +34,6 @@
findw = "grep -rl";
pdf = "tdf";
open = "xdg-open";
find = "fd";
l = "eza --icons -a --group-directories-first -1"; #EZA_ICON_SPACING=2
ll = "eza --icons -a --group-directories-first -1 --no-user --long";
@ -72,11 +71,6 @@
# python
piv = "python -m venv .venv";
psv = "source .venv/bin/activate";
# ssh
s = "kitten ssh";
ssh = "kitten ssh";
ossh = "ssh";
};
};