浏览代码

added alacritty and pywal

Hans Martin 3 年之前
父节点
当前提交
4708fad7e3
共有 1 个文件被更改,包括 7 次插入1 次删除
  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