aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-05-10 14:51:34 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-05-10 14:51:34 +0800
commitb214914e1114d16b77d97c5e58724a32587f319a (patch)
treed824727e425595ecd052df8d83222c3aff0d2ef2 /Makefile
parentd90a77e42d5adf73bde81f519669a265f1d53b1d (diff)
Update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 75f752e..e1487a4 100644
--- a/Makefile
+++ b/Makefile
@@ -15,9 +15,9 @@ tig:
15 ln -sf `pwd`/tigrc ~/.tigrc 15 ln -sf `pwd`/tigrc ~/.tigrc
16 16
17vim: 17vim:
18 ln -sf `pwd`/init.vim ~/.vimrc 18 ln -sf `pwd`/vim/init.vim ~/.vimrc
19 ln -sf `pwd`/init.vim ~/.config/nvim/init.vim 19 ln -sf `pwd`/vim/init.vim ~/.config/nvim/init.vim
20 ln -sf `pwd`/nvim.lua ~/.config/nvim/nvim.lua 20 ln -sf `pwd`/vim/kickstarter.lua ~/.config/nvim/kickstarter.lua
21 # vim-plug 21 # vim-plug
22 # curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim 22 # curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
23 23