diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-01-05 13:42:18 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-01-05 13:42:18 +0800 |
| commit | 57c4f2461c33d8f7bef1da8b7e5ab3f3c8dc76d1 (patch) | |
| tree | 32ddd3bdd8439e2ebf47cf9333a472ee87ec7e65 /Makefile | |
| parent | 218e581ece463b42680a4a445c3e2f3e2a00cc02 (diff) | |
update
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -59,6 +59,7 @@ mutt: | |||
| 59 | tmux: | 59 | tmux: |
| 60 | ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf | 60 | ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf |
| 61 | 61 | ||
| 62 | # Blog on my VPS | ||
| 62 | blog: | 63 | blog: |
| 63 | if [ ! -d "$(HOME)/blog" ]; then \ | 64 | if [ ! -d "$(HOME)/blog" ]; then \ |
| 64 | git clone ssh://topo/~/blog; \ | 65 | git clone ssh://topo/~/blog; \ |