diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-02-06 16:12:57 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-02-06 16:12:57 +0800 |
| commit | fd14ddb04a2eee567fc234ed77ef4d8c07cf496e (patch) | |
| tree | dac770467ae9d535f285989dfae1cfba42985f8b /Makefile | |
| parent | 1f55ff59d7b50bfb659fa3e81cd9b627a1c3c807 (diff) | |
update
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 | |||