aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2022-09-24 12:57:45 +0800
committerHsieh Chin Fan <pham@topo.tw>2022-09-24 12:57:45 +0800
commita2521c35ee83b18f3f2a85c61978e1fd83ddc6f9 (patch)
tree60040ae2157a741285a11b2e8394c60c0f532aa5 /Makefile
parent1a72c05ac8c88f25c7cbd0f48f5d77708275b0d8 (diff)
Update vimrc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 69da3a6..8f92b82 100644
--- a/Makefile
+++ b/Makefile
@@ -15,14 +15,9 @@ tig:
15 ln -sf `pwd`/tigrc ~/.tigrc 15 ln -sf `pwd`/tigrc ~/.tigrc
16 16
17vim: 17vim:
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
27gpg: 22gpg:
28 ln -sf `pwd`/misc/gpg-agent ~/.gnupg/gpg-agent.conf 23 ln -sf `pwd`/misc/gpg-agent ~/.gnupg/gpg-agent.conf