diff --git a/README.md b/README.md index 38905ce..1ac1ee6 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,13 @@ The `bin/` directory contains custom git subcommands that are symlinked into `~/ | `git rebase-on ` | Back up current branch, then pull and rebase onto the given branch | | `git rename-branch ` | Rename a branch locally and on the remote | +## Personalizing after cloning + +A few files contain personal values you'll want to change: + +- **`gitconfig`** — update `[user]` name, email, and `signingkey` with your own. If you don't use GPG commit signing, remove the `[commit] gpgsign = true` section and the `signingkey` line. +- **`zshrc`** — the `weather` alias defaults to Athens, GA. Change it to your city: `alias weather='curl wttr.in/YourCity'` + ## What's included | File | Purpose |