move installation of eza on zsh.sh

This commit is contained in:
JaKooLit 2024-07-07 22:41:19 +09:00
parent b0f2e59cd1
commit 69e938e33c
3 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,8 @@
## Changelogs
## 07 Jul 2024
- added eza (ls replacement for tty). Note only on .zshrc
## 25 Jun 2024
- added fbdev=1 for nvidia.sh on `/etc/modprobe.d/nvidia.conf`. see here `https://wiki.hyprland.org/Nvidia/#drm-kernel-mode-setting`

View File

@ -59,7 +59,6 @@ brightnessctl
btop
cava
eog
eza
fastfetch
gnome-system-monitor
mousepad

View File

@ -6,9 +6,10 @@ if [[ $USE_PRESET = [Yy] ]]; then
fi
zsh=(
zsh
zsh-completions
fzf
eza
zsh
zsh-completions
fzf
)