diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2022-09-24 12:57:45 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2022-09-24 12:57:45 +0800 |
commit | a2521c35ee83b18f3f2a85c61978e1fd83ddc6f9 (patch) | |
tree | 60040ae2157a741285a11b2e8394c60c0f532aa5 /Makefile | |
parent | 1a72c05ac8c88f25c7cbd0f48f5d77708275b0d8 (diff) |
Update vimrc
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 |