Personal dotfiles for zsh, starship, git, and Homebrew.
git clone <your-repo-url> ~/dotfiles
~/dotfiles/install.shAfter running, fill in your secrets:
vim ~/.secrets| File | Symlinked to |
|---|---|
.zshrc |
~/.zshrc |
.gitconfig |
~/.gitconfig |
config/starship.toml |
~/.config/starship.toml |
API keys are never committed. They live in ~/.secrets (gitignored).
Copy .secrets.example to ~/.secrets and fill in your values.
brew bundle dump --file=~/dotfiles/Brewfile --force