My shell configuration.
Install dependencies:
$ brew install git zsh-syntax-highlighting zsh-autosuggestions
Add Dracula theme for iTerm: https://draculatheme.com/iterm
Install oh-my-zsh: https://github.com/ohmyzsh/ohmyzsh
Add zsh config:
$ git clone https://github.com/xliiauo/.xiao.git ~/.xiao
$ ln -s .xiao/.zshrc .zshrc
$ cd .xiao
$ git pull
$ exec $SHELL