diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,6 +27,9 @@ tig: | |||
27 | git clone --depth=100 https://github.com/typebrook/tig ~/git/tig; \ | 27 | git clone --depth=100 https://github.com/typebrook/tig ~/git/tig; \ |
28 | fi | 28 | fi |
29 | 29 | ||
30 | zsh: | ||
31 | sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | ||
32 | |||
30 | wiki: | 33 | wiki: |
31 | # vimwiki | 34 | # vimwiki |
32 | if [ ! -d "$(HOME)/.vimwiki" ]; then \ | 35 | if [ ! -d "$(HOME)/.vimwiki" ]; then \ |