diff options
author | Hsieh Chin Fan <typebrook@topo.tw> | 2023-01-30 15:59:09 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@topo.tw> | 2023-01-30 15:59:09 +0800 |
commit | 188a5706cf6a98753f44f7875673e1fcdcd72d84 (patch) | |
tree | 0713e70127593bf78adaf8d2597631ce9899304a | |
parent | 76be936b15916e6a372edebc9776503f61e75dff (diff) |
Update
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -26,9 +26,6 @@ gpg: | |||
26 | console: | 26 | console: |
27 | sudo ln -sf `pwd`/misc/vconsole.conf /etc/vconsole.conf | 27 | sudo ln -sf `pwd`/misc/vconsole.conf /etc/vconsole.conf |
28 | 28 | ||
29 | zsh: | ||
30 | curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | bash | ||
31 | |||
32 | fzf: | 29 | fzf: |
33 | if [ ! -d "$(HOME)/.fzf" ]; then | 30 | if [ ! -d "$(HOME)/.fzf" ]; then |
34 | git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf; | 31 | git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf; |