Browse Source

added alacritty and pywal

Hans Martin 3 years ago
parent
commit
4708fad7e3
1 changed files with 7 additions and 1 deletions
  1. 7 1
      install.sh

+ 7 - 1
install.sh

@@ -7,7 +7,7 @@ read yesno
 if [[ "$yesno" == "y" ]]; then
     echo "[*] Installing most popular tools"
     # most important tools that are _always_ needed
-    sudo pacman -Sy fzf fd neovim ripgrep nmap hexyl ctags git podman ueberzug duf exa i3blocks udiskie
+    sudo pacman -Sy fzf fd neovim ripgrep nmap hexyl ctags git podman ueberzug duf exa i3blocks udiskie alacritty
 fi
 
 
@@ -38,3 +38,9 @@ if [[ $yesno -eq "y" ]]; then
 fi
 
 
+echo -n "[*] Do you want to pywal? [y/n] "
+read yesno
+
+if [[ "$yesno" == "y" ]]; then
+    sudo pip3 install pywal
+fi