Aggiunta cartelle da ignorare. installazione di vundle in prepare.
This commit is contained in:
parent
0f56baa132
commit
84a0e55248
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
||||
zsh/distro.base.zsh
|
||||
vim/bundle
|
||||
vim/spell
|
||||
|
@ -46,6 +46,8 @@ fi
|
||||
if [[ ! -f "${HOME}/.vimrc" ]]; then
|
||||
ln -sf ${DOTFILES}/vimrc ${HOME}/.vimrc
|
||||
ln -sf ${DOTFILES}/vim ${HOME}/.vim
|
||||
mkdir -p ${HOME}/.vim/bundle
|
||||
git clone https://github.com/VundleVim/Vundle.vim.git ${HOME}/.vim/bundle/Vundle.vim
|
||||
# Installing vundle and plugins.
|
||||
vim +PluginInstall +qall
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user