aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-06-24 16:45:18 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-06-24 16:45:18 +0800
commit11863aa710ab0626eb76648d101854a481664a34 (patch)
treeed7d8331ceafbf8c5cc14304d0cd12e031eb2593 /Makefile
parent76c665e2b3c797c1b77e90337f5db1e77bf60a23 (diff)
Update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index c249f0a..e8c87a8 100644
--- a/Makefile
+++ b/Makefile
@@ -15,12 +15,8 @@ tig:
15 ln -sf `pwd`/tigrc ~/.tigrc 15 ln -sf `pwd`/tigrc ~/.tigrc
16 16
17vim: 17vim:
18 ln -sf `pwd`/vim/vimrc ~/.vimrc 18 ln -sf `pwd`/vim/init.vim ~/.vimrc
19 mkdir -p ~/.config/nvim 19 ln -sf `pwd`/vim ~/.config/nvim
20 ln -sf `pwd`/vim/vimrc ~/.config/nvim/init.vim
21 ln -sf `pwd`/vim/lazy/lazy.lua ~/.config/nvim/lazy.lua
22 ln -sf `pwd`/vim/lazy/plugin/ ~/.config/nvim/plugin
23 ln -sf `pwd`/snippets ~/snippets
24 # vim-plug 20 # vim-plug
25 # curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim 21 # curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
26 22