README.org

This commit is contained in:
Tom Willemsen 2012-03-28 23:57:25 +02:00
parent 1640bbf3aa
commit 190be296c8

View file

@ -36,3 +36,12 @@
Fontconfig file that (in my opinion) gives me some nice looking Fontconfig file that (in my opinion) gives me some nice looking
fonts. I don't really know if I've actually got a good config, but fonts. I don't really know if I've actually got a good config, but
after messing around with parts of it I'm fairly happy with it. after messing around with parts of it I'm fairly happy with it.
* .gitconfig
Configuration for [[http://git-scm.com][git]]. Adds some aliases:
- ~st~: short status list.
- ~unadd~: reset a file or the entire working tree.
- ~lschanged~: list files that have changed.
- ~history~: Show a graph of the history of a branch.