aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 \