sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting
git clone https://github.com/zdharma-continuum/fast-syntax-highlighting.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/fast-syntax-highlighting
git clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git $ZSH_CUSTOM/plugins/zsh-autocomplete
vim ~/.zshrc
plugins=(git)
plugins=(git zsh-autosuggestions zsh-syntax-highlighting fast-syntax-highlighting zsh-autocomplete)
The theme is based on the wonderfully made ys theme from the official oh-my-zsh repo.
Drop honukai.zsh-theme into the
~/.oh-my-zsh/custom/themes/
directory (simply create the themesdirectory if it does not exist)
Change the theme variable name to ZSH_THEME="honukai" in ~/.zshrc
Reload ZSH with source ~/.zshrc
Open Preferences pane on the Profiles tab in iTerm
Switch to the Colors tab and import the honukai.itermcolors (drop-down in the lower right corner)
NOTE: You'll need at least iTerm3.4.19 (aka 3.4)
There's a bunch of settings you might want to change in your profile in order to get the extra eye-candy.
Cursor
Font
Text Rendering
Window appearance