aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e3c1d6c..d0f1e67 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1.ONESHELL: 1.ONESHELL:
2.PHONY: * 2.PHONY: *
3 3
4all: git vim tig gpg 4all: git tig vim tig gpg
5 mkdir -p ~/git 5 mkdir -p ~/git
6 6
7git: 7git:
@@ -19,8 +19,7 @@ vim:
19 fi 19 fi
20 # vim-plug 20 # vim-plug
21 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
22 rm -f ~/.vim_runtime/my_configs.vim 22 ln -sf `pwd`/vimrc ~/.vim_runtime/my_configs.vim
23 ln -s `pwd`/vimrc ~/.vim_runtime/my_configs.vim
24 23
25zsh: 24zsh:
26 curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | bash 25 curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | bash
@@ -71,4 +70,3 @@ pass:
71 if [ ! -d "$(HOME)/.password-store" ]; then 70 if [ ! -d "$(HOME)/.password-store" ]; then
72 git clone ssh://topo/~/.password-store ~/.password-store; 71 git clone ssh://topo/~/.password-store ~/.password-store;
73 fi 72 fi
74