# 1. Install dependencies
# macOS
brew install zsh antidote starship lsd
# Linux (Ubuntu/Debian)
sudo apt install zsh curl
brew install antidote starship lsd
# or install antidote via git clone:
# git clone --depth=1 https://github.com/mattmc3/antidote.git ~/.antidote
# 2. Clone and link
cd ~
git clone git@github.com:ybbarng/zsh.git .zsh
ln -s .zsh/zshrc.zsh .zshrc
# 3. Set default shell
chsh -s $(which zsh)Machine-specific settings go in ~/.zshrc.local (not tracked by git).