diff --git a/Makefile b/Makefile index d47dc1b..37ed545 100644 --- a/Makefile +++ b/Makefile @@ -18,9 +18,12 @@ install: ln -s $(PWD)/.tmux.conf ~ || true vim: - ln -s $(PWD)/.vim ~ && ln -s $(PWD)/.vim/.vimrc ~ || true - mkdir -p ~/.config/nvim && ln -s $(PWD)/.vim/.vimrc ~/.config/nvim/init.vim || true - git clone https://github.com/VundleVim/Vundle.vim.git $(PWD)/.vim/bundle/Vundle.vim && vim +PluginInstall +qall + ln -s $(PWD)/.vim ~ && \ + ln -s $(PWD)/.vim/.vimrc ~ && \ + mkdir -p ~/.config/nvim && \ + ln -s $(PWD)/.vim/.vimrc ~/.config/nvim/init.vim && \ + git clone https://github.com/VundleVim/Vundle.vim.git $(PWD)/.vim/bundle/Vundle.vim && \ + vim +PluginInstall +qall clean: rm -rf .ssh doc etc scripts img .gitignore README.md .git