diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -27,7 +27,9 @@ 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: | 29 | zsh: |
30 | curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | bash | 30 | ln -sf `pwd`/zsh/zshenv ~/.zshenv |
31 | mkdir -p ~/.config/zsh | ||
32 | ln -sf `pwd`/zsh/zshrc ~/.config/zsh/.zshrc | ||
31 | 33 | ||
32 | fzf: | 34 | fzf: |
33 | if [ ! -d "$(HOME)/.fzf" ]; then | 35 | if [ ! -d "$(HOME)/.fzf" ]; then |