From 0d28825ec07957f575fe8355084132139d05784f Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 21 Jul 2022 12:52:30 +0200 Subject: [PATCH] better exa colors + icons support --- arch.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch.sh b/arch.sh index 060768c..82ee0d0 100644 --- a/arch.sh +++ b/arch.sh @@ -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'"