aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 22194b5..6e88b48 100644
--- a/Makefile
+++ b/Makefile
@@ -10,9 +10,8 @@ git:
10vim: 10vim:
11 # amix-vimrc 11 # amix-vimrc
12 if [ ! -d "$(HOME)/.vim_runtime" ]; then \ 12 if [ ! -d "$(HOME)/.vim_runtime" ]; then \
13 git clone --depth=5 --origin my git@github.com:typebrook/vimrc.git ~/.vim_runtime && \ 13 git clone --depth=1 --origin my git@github.com:amix/vimrc.git ~/.vim_runtime && \
14 cd ~/.vim_runtime && git remote add origin git@github.com:amix/vimrc.git && \ 14 cd ~/.vim_runtime && sh ~/.vim_runtime/install_awesome_vimrc.sh
15 sh ~/.vim_runtime/install_awesome_vimrc.sh; \
16 fi 15 fi
17 # vim-plug 16 # vim-plug
18 curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ 17 curl -fLo ~/.vim/autoload/plug.vim --create-dirs \