better exa colors + icons support
This commit is contained in:
parent
0842f5a03c
commit
0d28825ec0
1 changed files with 3 additions and 1 deletions
4
arch.sh
4
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'"
|
||||
|
|
Loading…
Reference in a new issue