diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-09-06 22:52:23 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-09-06 22:52:23 +0800 |
| commit | 465d72aec099a2b522787ad6dc8f72203860c08e (patch) | |
| tree | 5eb2bbddae4a0cb3b21c73c7e1aec46a243a9394 /Makefile | |
| parent | 2d176d485bf40c12c196a1d2809fe93c6e941df2 (diff) | |
update
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -15,7 +15,7 @@ vim: | |||
| 15 | fi | 15 | fi |
| 16 | # vim-plug | 16 | # vim-plug |
| 17 | curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ | 17 | curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ |
| 18 | https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim | 18 | https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim |
| 19 | 19 | ||
| 20 | rm -f ~/.vim_runtime/my_configs.vim | 20 | rm -f ~/.vim_runtime/my_configs.vim |
| 21 | ln -s `pwd`/vimrc ~/.vim_runtime/my_configs.vim | 21 | ln -s `pwd`/vimrc ~/.vim_runtime/my_configs.vim |
| @@ -28,7 +28,7 @@ tig: | |||
| 28 | fi | 28 | fi |
| 29 | 29 | ||
| 30 | zsh: | 30 | zsh: |
| 31 | sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | 31 | curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | bash |
| 32 | 32 | ||
| 33 | wiki: | 33 | wiki: |
| 34 | # vimwiki | 34 | # vimwiki |