An open API service indexing awesome lists of open source software.

https://github.com/zaubernerd/dotfiles

My dotfiles
https://github.com/zaubernerd/dotfiles

Last synced: 4 months ago
JSON representation

My dotfiles

Awesome Lists containing this project

README

        

# dotfiles

My dotfiles

Managed via [rcm][1]

Most of this is pretty standard and some of it is taken from other peoples dotfiles.

The `git publish` and `git draft` aliases in the [gitconfig][2] are used for [gerrit code review][3].
The [git-completion.sh][4] contains code to autocomplete the branchname for `git publish` and `git draft`.

[1]: https://github.com/thoughtbot/rcm
[2]: https://github.com/ZauberNerd/dotfiles/blob/master/gitconfig#L17
[3]: https://code.google.com/p/gerrit/
[4]: https://github.com/ZauberNerd/dotfiles/blob/master/git-completion.sh