Add Vundle Plugins to the vim files

This commit is contained in:
Alexander Hosking 2017-03-27 00:59:39 -04:00
parent dc7ff7b1e6
commit 4412aef642
3 changed files with 10 additions and 4 deletions

View File

@ -18,13 +18,17 @@ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
ln -sfv "$DOTFILES_DIR/run/.bashrc" ~
ln -sfv "$DOTFILES_DIR/git/.gitconfig" ~
ln -sfv "$DOTFILES_DIR/system/.vimrc" ~
ls -sfv "$DOTFILE_DIR/vim/bundle" .vim/bundle
# Link .config files
ln -sfv "$DOTFILES_DIR/config/terminator" ~/.config/
ln -sfv "$DOTFILES_DIR/i3" ~/.i3
# Install Vundle Plugins
vim +PluginInstall +qall
# make .config directory for application specifics
#cp -r config "$HOME/.config"
#if [ ! -d "$HOME/.config" ]; then
# mkdir "$HOME/.config"
#fi
cp -r config "$HOME/.config"
if [ ! -d "$HOME/.config" ]; then
mkdir "$HOME/.config"
fi

1
vim/bundle/Vundle.vim Submodule

@ -0,0 +1 @@
Subproject commit 5d9b05970140aa975bfb7d4350abf349c1451802

@ -0,0 +1 @@
Subproject commit 8540ad7ff0f8da2b31b5c55e6ae52ad87221e918