|
@@ -41,15 +41,6 @@ git_make_install()
|
|
)
|
|
)
|
|
}
|
|
}
|
|
|
|
|
|
-fancy_print "Installing Oh My Zsh"
|
|
|
|
-sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
|
|
|
|
-# Replace default Oh My Zsh config
|
|
|
|
-ln -sf "$(realpath .zshrc)" ~
|
|
|
|
-
|
|
|
|
-fancy_print "Installing Oh My Zsh plugins"
|
|
|
|
-git clone https://github.com/zsh-users/zsh-autosuggestions "${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/zsh-autosuggestions"
|
|
|
|
-git clone https://github.com/zsh-users/zsh-syntax-highlighting.git "${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting"
|
|
|
|
-
|
|
|
|
fancy_print "Installing fzf"
|
|
fancy_print "Installing fzf"
|
|
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
|
|
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
|
|
~/.fzf/install --key-bindings --completion --no-update-rc
|
|
~/.fzf/install --key-bindings --completion --no-update-rc
|