diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-01-05 13:41:46 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-01-05 13:41:46 +0800 |
| commit | 218e581ece463b42680a4a445c3e2f3e2a00cc02 (patch) | |
| tree | 17b9650fe27ee1e392699ce7f1fc016139d83a82 | |
| parent | e30451ad4dbd999d5de21092587436f238b6ab98 (diff) | |
update
| -rw-r--r-- | Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
| @@ -20,14 +20,6 @@ vim: | |||
| 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 |
| 22 | 22 | ||
| 23 | tig: | ||
| 24 | rm -f ~/.tigrc | ||
| 25 | ln -s `pwd`/tigrc ~/.tigrc | ||
| 26 | if [ ! -d "$(HOME)/git/tig" ]; then \ | ||
| 27 | git clone --depth=100 --origin my git@github.com:typebrook/tig ~/git/tig; \ | ||
| 28 | cd ~/git/tig && git remote add origin git@github.com:jonas/tig.git; \ | ||
| 29 | fi | ||
| 30 | |||
| 31 | zsh: | 23 | zsh: |
| 32 | curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | bash | 24 | curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | bash |
| 33 | 25 | ||
| @@ -66,3 +58,8 @@ mutt: | |||
| 66 | 58 | ||
| 67 | tmux: | 59 | tmux: |
| 68 | ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf | 60 | ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf |
| 61 | |||
| 62 | blog: | ||
| 63 | if [ ! -d "$(HOME)/blog" ]; then \ | ||
| 64 | git clone ssh://topo/~/blog; \ | ||
| 65 | fi | ||