aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 69da3a6..8f92b82 100644
--- a/Makefile
+++ b/Makefile
@@ -15,14 +15,9 @@ tig:
15 ln -sf `pwd`/tigrc ~/.tigrc 15 ln -sf `pwd`/tigrc ~/.tigrc
16 16
17vim: 17vim:
18 # amix-vimrc 18 ln -sf `pwd`/vimrc ~/.vimrc
19 if [ ! -d "$(HOME)/.vim_runtime" ]; then
20 git clone --depth=1 --origin my https://github.com/amix/vimrc ~/.vim_runtime &&
21 cd ~/.vim_runtime && sh ~/.vim_runtime/install_awesome_vimrc.sh
22 fi
23 # vim-plug 19 # vim-plug
24 curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim 20 curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
25 ln -sf `pwd`/vimrc ~/.vim_runtime/my_configs.vim
26 21
27gpg: 22gpg:
28 ln -sf `pwd`/misc/gpg-agent ~/.gnupg/gpg-agent.conf 23 ln -sf `pwd`/misc/gpg-agent ~/.gnupg/gpg-agent.conf