diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,7 +1,7 @@ | |||
1 | .ONESHELL: | 1 | .ONESHELL: |
2 | .PHONY: * | 2 | .PHONY: * |
3 | 3 | ||
4 | all: git vim tig gpg | 4 | all: git tig vim tig gpg |
5 | mkdir -p ~/git | 5 | mkdir -p ~/git |
6 | 6 | ||
7 | git: | 7 | git: |
@@ -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 | ||
25 | zsh: | 24 | zsh: |
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 | |||