Browse Source

added vim folders and rofi

Hans Martin 3 years ago
parent
commit
594fdaa44e
1 changed files with 6 additions and 1 deletions
  1. 6 1
      install.sh

+ 6 - 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 alacritty
+    sudo pacman -Sy fzf fd neovim ripgrep nmap hexyl ctags git podman ueberzug duf exa i3blocks udiskie alacritty rofi
 fi
 
 
@@ -44,3 +44,8 @@ read yesno
 if [[ "$yesno" == "y" ]]; then
     sudo pip3 install pywal
 fi
+
+# Creating vim folders
+mkdir -p $HOME/.config/nvim/backups
+mkdir -p $HOME/.config/nvim/undo
+