diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-09-08 13:43:34 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-09-08 13:43:34 +0800 |
commit | f3dbf7ad4139509c33a1fbac894fae7053b156e5 (patch) | |
tree | ccdf4bde58c5df5beed206755d6ab94bba4d0c6d | |
parent | 1e84af6bae6fbc37f818392c901423b98dbaed7a (diff) |
update
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -32,6 +32,12 @@ tig: | |||
32 | zsh: | 32 | zsh: |
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 | ||
35 | fzf: | ||
36 | if [ ! -d "$(HOME)/.fzf" ]; then \ | ||
37 | git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf; \ | ||
38 | ~/.fzf/install; \ | ||
39 | fi | ||
40 | |||
35 | wiki: | 41 | wiki: |
36 | # vimwiki | 42 | # vimwiki |
37 | if [ ! -d "$(HOME)/.vimwiki" ]; then \ | 43 | if [ ! -d "$(HOME)/.vimwiki" ]; then \ |