- Install ZSH
- Install Oh My Zsh and its plugins (submodules to this repository)
git submodule update --recursive --init
- Create symlink
stow zsh
Ensure zsh
is in located in /usr/local/bin/zsh
by running which zsh
. Create symlinks from current location if not. This is necessary for Hyper to locate your zsh
installation on both Linux and macOS (see .hyper.js:78)