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