This commit is contained in:
TheK4n 2021-12-21 15:07:40 +03:00
parent fd86c5555a
commit 2423c20242

View File

@ -7,6 +7,7 @@ install:
ln -s $(PWD)/.zshrc ~
ln -s $(PWD)/.vim ~
ln -s $(PWD)/.vim/.vimrc ~
git clone https://github.com/VundleVim/Vundle.vim.git $(PWD)/.vim/bundle/Vundle.vim
vim +PluginInstall +qall
clean: