diff options
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; \ |