summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2015-09-10 18:50:38 +0200
committerTharre <tharre3@gmail.com>2016-10-07 20:13:35 +0000
commit9197762f07f34b60a929986b2b6de947086b07fc (patch)
tree9c631aea61232b3187f367416ab6f95494746cd5 /install.sh
parent698646a7d11fef8dca4029a7763069e86279322a (diff)
downloaddotfiles-9197762f07f34b60a929986b2b6de947086b07fc.tar.gz
dotfiles-9197762f07f34b60a929986b2b6de947086b07fc.tar.xz
dotfiles-9197762f07f34b60a929986b2b6de947086b07fc.zip
vim: switch to pathogen "plugin manager"
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index a52e49f..f550747 100755
--- a/install.sh
+++ b/install.sh
@@ -12,6 +12,7 @@ ln -sfT "$dotfiles/shell/themes" "$HOME/.oh-my-zsh/custom/themes"
# [vim]
ln -sf "$dotfiles/shell/_vimrc" "$HOME/.vimrc"
+ln -sfT "$dotfiles/shell/_vim" "$HOME/.vim"
# [git]
ln -sf "$dotfiles/shell/_gitconfig" "$HOME/.gitconfig"