| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Small macOS dotfiles repo with one default setup.
The repo keeps tracked config readable and installs it conservatively:
git clone https://github.com/j-mes/dotfiles.git ~/Developer/dotfiles
cd ~/Developer/dotfiles
./install.shOptional install flows:
./install.sh --auto-brew
./install.sh --verify
./install.sh --dry-runSupported flags:
If ~/.gitconfig does not exist, install.sh copies .gitconfig.example into place.
Tracked shell config lives in .zshrc and .config/oh-my-zsh.
.zshrc stays thin and loads:
Shared package and editor config lives in:
Keep sensitive or machine-specific shell config in ~/.config/oh-my-zsh/local.zsh. That file is git-ignored.
Your real ~/.gitconfig is intentionally not tracked. Use .gitconfig.example as the starting point. The template uses zed --wait as the default editor.
The upgrade alias runs .config/upgrade.zsh, which updates Oh My Zsh, Homebrew, and Mac App Store packages when those tools are installed.
Run the installer regression test with:
zsh ./tests/install.sh| Back | FazBrowse Home | New Git URL |