aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2020-09-08 13:43:34 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2020-09-08 13:43:34 +0800
commitf3dbf7ad4139509c33a1fbac894fae7053b156e5 (patch)
treeccdf4bde58c5df5beed206755d6ab94bba4d0c6d
parent1e84af6bae6fbc37f818392c901423b98dbaed7a (diff)
update
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index aa0016e..5acc0c5 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,12 @@ tig:
32zsh: 32zsh:
33 curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | bash 33 curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | bash
34 34
35fzf:
36 if [ ! -d "$(HOME)/.fzf" ]; then \
37 git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf; \
38 ~/.fzf/install; \
39 fi
40
35wiki: 41wiki:
36 # vimwiki 42 # vimwiki
37 if [ ! -d "$(HOME)/.vimwiki" ]; then \ 43 if [ ! -d "$(HOME)/.vimwiki" ]; then \