diff options
author | Hsieh Chin Fan <typebrook@topo.tw> | 2023-01-30 16:04:08 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@topo.tw> | 2023-01-30 16:04:08 +0800 |
commit | 4ff378e244124a5c76f651774fb7216da366bdd4 (patch) | |
tree | cb16db0f63f065f08b38c1698fdb67ba3309895f | |
parent | 188a5706cf6a98753f44f7875673e1fcdcd72d84 (diff) |
Update
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -26,6 +26,11 @@ 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 | ln -sf `pwd`/zsh/zshenv ~/.zshenv | ||
31 | mkdir -p ~/.config/zsh | ||
32 | ln -sf `pwd`/zsh/zshrc ~/.config/zsh/.zshrc | ||
33 | |||
29 | fzf: | 34 | fzf: |
30 | if [ ! -d "$(HOME)/.fzf" ]; then | 35 | if [ ! -d "$(HOME)/.fzf" ]; then |
31 | git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf; | 36 | git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf; |