Personal dev environment configuration managed with chezmoi.
chmod +x install.sh
./install.shThis installs:
- chezmoi (dotfile manager)
- Oh My Zsh
- Homebrew
- Powerlevel10k theme
- zsh-syntax-highlighting
.
├── configs/ # Shell and tool configurations
├── scripts/ # Utility scripts
├── dot_zshrc # Main zsh config
└── setup.sh # Installation script
After installation, update DEV_DIR in dot_zshrc to point to where you cloned this repo:
export DEV_DIR="$HOME/path/to/this/repo"- macOS (uses Homebrew)
- Zsh shell
- Nerd Font for Powerlevel10k icons