better exa colors + icons support

This commit is contained in:
Mylloon 2022-07-21 12:52:30 +02:00
parent 0842f5a03c
commit 0d28825ec0
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -18,7 +18,7 @@ then
rm -rf yay
# === AUR packages ==
yay -S --noconfirm spotify obsidian parsec-bin onlyoffice-bin x11-emoji-picker-git gnome-shell-extension-dash-to-dock gnome-shell-extension-desktop-icons-ng dracula-gtk-theme dracula-icons-git visual-studio-code-bin ttf-symbola gnome-shell-extension-appindicator-git touchegg gnome-shell-extension-x11gestures gnome-shell-extension-no-overview
yay -S --noconfirm spotify obsidian parsec-bin onlyoffice-bin x11-emoji-picker-git gnome-shell-extension-dash-to-dock gnome-shell-extension-desktop-icons-ng dracula-gtk-theme dracula-icons-git visual-studio-code-bin ttf-symbola gnome-shell-extension-appindicator-git touchegg gnome-shell-extension-x11gestures gnome-shell-extension-no-overview nerd-fonts-complete
# === Disable wayland ==
sed -i 's/#Wayland/Wayland/g' /etc/gdm/custom.conf
@ -73,6 +73,8 @@ then
fish -c "set -U fish_pager_color_selected_background --background=brblack"
fish -c "set -U fish_color_option d3d0c8"
fish -c "set -U fish_color_keyword 99cc99"
# EXA colors
fish -c "set -Ux EXA_COLORS 'di=1;36:da=35'"
# Add aliases
fish -c "abbr ls 'exa -glh'"
fish -c "abbr cp 'cp -rv'"