aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2020-09-06 22:58:15 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2020-09-06 22:58:15 +0800
commit812337bf018d2b4662c2785b2f5c91698d9e7485 (patch)
tree8dcff6461fe13f503e117157e6fb6ba66c749761 /Makefile
parent465d72aec099a2b522787ad6dc8f72203860c08e (diff)
update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 732ec0b..7a13c17 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +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=1 git@github.com:typebrook/vimrc.git ~/.vim_runtime && \ 13 git clone --depth=1 --origin my git@github.com:typebrook/vimrc.git ~/.vim_runtime && \
14 cd ~/.vim_runtime && git remote add origin git@github.com:amix/vimrc.git && \
14 sh ~/.vim_runtime/install_awesome_vimrc.sh; \ 15 sh ~/.vim_runtime/install_awesome_vimrc.sh; \
15 fi 16 fi
16 # vim-plug 17 # vim-plug
@@ -24,7 +25,8 @@ tig:
24 rm -f ~/.tigrc 25 rm -f ~/.tigrc
25 ln -s `pwd`/tigrc ~/.tigrc 26 ln -s `pwd`/tigrc ~/.tigrc
26 if [ ! -d "$(HOME)/git/tig" ]; then \ 27 if [ ! -d "$(HOME)/git/tig" ]; then \
27 git clone --depth=100 git@github.com:typebrook/tig ~/git/tig; \ 28 git clone --depth=100 --origin my git@github.com:typebrook/tig ~/git/tig; \
29 cd ~/git/tig && git remote add origin git@github.com:jonas/tig.git && \
28 fi 30 fi
29 31
30zsh: 32zsh: