diff options
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | install.sh | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b0d872e --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.vim/plugged/* +.vim/plugged +.vim/autoload/* +.vim/autoload diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..f5ccb49 --- /dev/null +++ b/install.sh @@ -0,0 +1,3 @@ +#!/bin/bash +ln -sf .vimrc ~/.vimrc +ln -sf .vim ~/.vim |