aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 3736fd0..efd290e 100644
--- a/Makefile
+++ b/Makefile
@@ -18,9 +18,9 @@ tig:
18 ln -sf `pwd`/tigrc ~/.tigrc 18 ln -sf `pwd`/tigrc ~/.tigrc
19 19
20vim: 20vim:
21 ln -sf `pwd`/vim/init.vim ~/.vimrc 21 ln -sfT `pwd`/vim ~/.config/num
22 sudo ln -sf `pwd`/vim/init.vim /usr/local/share/vim/vimrc 22 ln -sfT `pwd`/vim ~/.config/nvim
23 ln -sf `pwd`/vim ~/.config/nvim 23 sudo ln -sfT `pwd`/vim /usr/local/share/vim
24 # vim-plug 24 # vim-plug
25 # curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim 25 # curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
26 26
@@ -34,15 +34,15 @@ zsh:
34 ln -sf `pwd`/zsh/zshrc ~/.config/zsh/.zshrc 34 ln -sf `pwd`/zsh/zshrc ~/.config/zsh/.zshrc
35 35
36fzf: 36fzf:
37 if [ ! -d "$(HOME)/.fzf" ]; then 37 if [ ! -d "$(HOME)/.fzf" ]; then
38 git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf; 38 git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf;
39 ~/.fzf/install; 39 ~/.fzf/install;
40 fi 40 fi
41 41
42log: 42log:
43 # vimwiki 43 # vimwiki
44 if [ ! -d "$(HOME)/.vimwiki" ]; then 44 if [ ! -d "$(HOME)/.vimwiki" ]; then
45 git clone vps:~/log ~/log; 45 git clone vps:~/log ~/log;
46 fi 46 fi
47 47
48pass: 48pass: