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