Switch to eza for better ls

This commit is contained in:
Tyler Kelley 2024-06-17 18:28:44 -05:00
parent dd9bdda1a9
commit 760510cc3c
2 changed files with 11 additions and 6 deletions

View File

@ -237,12 +237,12 @@
vim
wget
killall
eza
git
cmatrix
lolcat
fastfetch
htop
btop
brave
libvirt
lxqt.lxqt-policykit
@ -258,7 +258,6 @@
socat
cowsay
ripgrep
lsd
lshw
pkg-config
meson

View File

@ -146,6 +146,13 @@ in
programs = {
gh.enable = true;
btop = {
enable = true;
settings = {
color_theme = "TTY";
vim_keys = true;
};
};
kitty = {
enable = true;
package = pkgs.kitty;
@ -183,10 +190,9 @@ in
zu = "sh <(curl -L https://gitlab.com/Zaney/zaneyos/-/raw/main/install-zaneyos.sh)";
ncg = "nix-collect-garbage --delete-old && sudo nix-collect-garbage -d && sudo /run/current-system/bin/switch-to-configuration boot";
v = "nvim";
ls = "lsd";
ll = "lsd -l";
la = "lsd -a";
lal = "lsd -al";
ls = "eza --icons";
ll = "eza -lh --icons --grid --group-directories-first";
la = "eza -lah --icons --grid --group-directories-first";
".." = "cd ..";
};
};