https://github.com/zaubernerd/dotfiles
My dotfiles
https://github.com/zaubernerd/dotfiles
Last synced: 4 months ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/zaubernerd/dotfiles
- Owner: ZauberNerd
- License: mit
- Created: 2014-10-11T16:31:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-04T17:59:19.000Z (almost 10 years ago)
- Last Synced: 2025-01-04T09:08:58.958Z (5 months ago)
- Language: Shell
- Size: 160 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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