diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -15,9 +15,9 @@ tig: | |||
| 15 | ln -sf `pwd`/tigrc ~/.tigrc | 15 | ln -sf `pwd`/tigrc ~/.tigrc |
| 16 | 16 | ||
| 17 | vim: | 17 | vim: |
| 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 | ||
| 22 | gpg: | 22 | gpg: |
| 23 | ln -sf `pwd`/misc/gpg-agent ~/.gnupg/gpg-agent.conf | 23 | ln -sf `pwd`/misc/gpg-agent ~/.gnupg/gpg-agent.conf |