aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4e435fb..e7e446b 100644
--- a/Makefile
+++ b/Makefile
@@ -15,9 +15,9 @@ tig:
15 ln -sf `pwd`/tigrc ~/.tigrc 15 ln -sf `pwd`/tigrc ~/.tigrc
16 16
17vim: 17vim:
18 ln -sf `pwd`/vimrc ~/.vimrc 18 ln -sf `pwd`/init.vim ~/.vimrc
19 # vim-plug 19 # vim-plug
20 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
21 21
22gpg: 22gpg:
23 ln -sf `pwd`/misc/gpg-agent ~/.gnupg/gpg-agent.conf 23 ln -sf `pwd`/misc/gpg-agent ~/.gnupg/gpg-agent.conf