# dotfiles
### Set up dotfiles
Prerequisites: [[Git]], [[zsh]], [[Oh My Zsh]]
```bash
# Clone
git clone https://github.com/MaxFangX/.dotfiles
cd .dotfiles
# Overwrite existing configs
./scripts/from-dotfiles.sh
# Refresh shell, set up ~/env/local.sh and ~/env/sensitive.sh
source ~/.zshrc
# There may be some errors about missing plugins etc; ignore for now
```