TODO: I need to re-do this README because these instructions are out of date.
- Highlight:
brew install highlight
. - ASDF:
brew install asdf
.
-
Install oh-my-zsh.
-
Clone this repository into your custom folder:
$ cd ~/.oh-my-zsh $
-
Install the following plugins not included in oh-my-zsh:
-
Ensure you have this in your
.zshrc
file:export ZSH="$HOME/.oh-my-zsh" ZSH_THEME="mine" plugins=(z zsh-abbr extract) source $ZSH/oh-my-zsh.sh source /usr/local/opt/asdf/libexec/asdf.sh
-
Enjoy!