summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall14
1 files changed, 0 insertions, 14 deletions
diff --git a/install b/install
deleted file mode 100755
index c55b5a3..0000000
--- a/install
+++ /dev/null
@@ -1,14 +0,0 @@
-#! /bin/bash
-
-DIR=$(readlink -f $(dirname $0))
-pushd $HOME >/dev/null
-rm .vim*
-ln -sf $DIR .vim
-ln -sf $DIR/vimrc .vimrc
-ln -sf $DIR/vimrc .nvimrc
-ln -sf $DIR/vimperatorrc .vimperatorrc
-popd >/dev/null
-
-git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
-
-vim +PluginInstall +qall