move installation of eza on zsh.sh
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
## Changelogs
|
## Changelogs
|
||||||
|
|
||||||
|
## 07 Jul 2024
|
||||||
|
- added eza (ls replacement for tty). Note only on .zshrc
|
||||||
|
|
||||||
## 25 Jun 2024
|
## 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`
|
- added fbdev=1 for nvidia.sh on `/etc/modprobe.d/nvidia.conf`. see here `https://wiki.hyprland.org/Nvidia/#drm-kernel-mode-setting`
|
||||||
|
|
||||||
|
|||||||
@@ -59,7 +59,6 @@ brightnessctl
|
|||||||
btop
|
btop
|
||||||
cava
|
cava
|
||||||
eog
|
eog
|
||||||
eza
|
|
||||||
fastfetch
|
fastfetch
|
||||||
gnome-system-monitor
|
gnome-system-monitor
|
||||||
mousepad
|
mousepad
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ if [[ $USE_PRESET = [Yy] ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
zsh=(
|
zsh=(
|
||||||
|
eza
|
||||||
zsh
|
zsh
|
||||||
zsh-completions
|
zsh-completions
|
||||||
fzf
|
fzf
|
||||||
|
|||||||
Reference in New Issue
Block a user