aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-01-24 08:36:16 +0100
committerMathias Bynens <mathias@qiwi.be>2012-01-24 08:36:16 +0100
commitbb49a553c8305bc9f6d111a92f26daa1310c704c (patch)
treea23acf7214ad024dcab8943c73f496551839d1be /README.md
parentc6d420b9aa7da026ef053b080ccfaf617322c972 (diff)
downloaddotfiles-bb49a553c8305bc9f6d111a92f26daa1310c704c.tar.gz
dotfiles-bb49a553c8305bc9f6d111a92f26daa1310c704c.tar.bz2
dotfiles-bb49a553c8305bc9f6d111a92f26daa1310c704c.zip
README: Tweak the part about ~/.extra
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7576a18..2e44f00 100644
--- a/README.md
+++ b/README.md
@@ -39,10 +39,17 @@ If `~/.extra` exists, it will be sourced along with the other files. You can use
My `~/.extra` looks something like this:
```bash
+# PATH additions
+export PATH="~/bin:$PATH"
+
+# Git credentials
+# Not in the repository, to prevent people from accidentally committing under my name
GIT_AUTHOR_NAME="Mathias Bynens"
GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
+git config --global user.name "$GIT_AUTHOR_NAME"
GIT_AUTHOR_EMAIL="mathias@mailinator.com"
GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
+git config --global user.email "$GIT_AUTHOR_EMAIL"
```
### Sensible OS X defaults