diff options
-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; |