diff --git a/group_vars/all.yml b/group_vars/all.yml index c054eae..a59e0e7 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -49,12 +49,12 @@ packages: - sudo - tea - the_silver_searcher - - tilix - tree - unrar-free - unzip - usbutils - wget + - xclip - xdg-desktop-portal - zip - zsh diff --git a/scripts/setup_dotfiles.sh b/scripts/setup_dotfiles.sh index 5de4e74..8eb14ad 100755 --- a/scripts/setup_dotfiles.sh +++ b/scripts/setup_dotfiles.sh @@ -9,7 +9,7 @@ echo "--- Symlinking dotfiles" stow git ruby sqlite tmux vim zsh haskell emacs ssh echo "--- Install Vim plugins" -vim +PlugInstall +qall +vim --clean '+source ~/.vimrc' +PluginInstall +qall echo "--- All done!" echo "That's all. Please logout of this terminal and login again to apply all changes." \ No newline at end of file