aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-04-02 15:50:37 +0800
committertypebrook <typebrook@gmail.com>2020-04-02 15:50:37 +0800
commit76bf5bbf98c94481b04040d3123013c260c72c8d (patch)
tree87efa97dbd6cbb009d76c9bc4235da8d0f037f45 /Makefile
parente1950146c7d1471974c1787c371329a25f98d93e (diff)
update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 977c397..6886eac 100644
--- a/Makefile
+++ b/Makefile
@@ -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
30zsh:
31 sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
32
30wiki: 33wiki:
31 # vimwiki 34 # vimwiki
32 if [ ! -d "$(HOME)/.vimwiki" ]; then \ 35 if [ ! -d "$(HOME)/.vimwiki" ]; then \