Personal dotfiles managed with Dotbot.
| File | Description |
|---|---|
zshrc |
Zsh config with Oh My Zsh, Powerlevel10k, and performance optimizations |
vimrc |
Vim configuration |
git clone https://github.com/YOUR_USERNAME/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./installThis will symlink the config files to your home directory.
Install these before running:
# macOS (Homebrew)
brew install zsh-autosuggestions zsh-syntax-highlighting powerlevel10k
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"cd ~/.dotfiles
git pull
./installThe install script is idempotent—run it anytime to sync changes:
./install