diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-08-12 16:26:37 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-08-12 16:26:37 +0800 |
commit | b728e3eb1e5be9fa50c6e3a5c480ef0b0bafe26d (patch) | |
tree | e05e02d46b9e60ef8f43290c96bf110007d0b0a5 /Makefile | |
parent | d1875182a797f23ced226cb50ec6b5956174c592 (diff) |
Update
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 |