update dotfiles script
Some checks failed
Lint / Lint (3.10) (push) Failing after 16s
Lint / Lint (3.11) (push) Failing after 20s

This commit is contained in:
Ariejan de Vroom 2024-06-07 15:37:54 +02:00
parent bbef7f85ee
commit 5869a5f6bb
Signed by: ariejan
GPG Key ID: AD739154F713697B
2 changed files with 2 additions and 2 deletions

View File

@ -49,12 +49,12 @@ packages:
- sudo - sudo
- tea - tea
- the_silver_searcher - the_silver_searcher
- tilix
- tree - tree
- unrar-free - unrar-free
- unzip - unzip
- usbutils - usbutils
- wget - wget
- xclip
- xdg-desktop-portal - xdg-desktop-portal
- zip - zip
- zsh - zsh

View File

@ -9,7 +9,7 @@ echo "--- Symlinking dotfiles"
stow git ruby sqlite tmux vim zsh haskell emacs ssh stow git ruby sqlite tmux vim zsh haskell emacs ssh
echo "--- Install Vim plugins" echo "--- Install Vim plugins"
vim +PlugInstall +qall vim --clean '+source ~/.vimrc' +PluginInstall +qall
echo "--- All done!" echo "--- All done!"
echo "That's all. Please logout of this terminal and login again to apply all changes." echo "That's all. Please logout of this terminal and login again to apply all changes."