These are my dotfiles. Use them at own your own risk.
- Customized prompt.
- All kinds of aliases for easier navigation and show or hide hidden files on OS X.
- Autocorrect for typos in path names when using
cd
. - Export variables for Go.
- A default Git ignore file.
- ...and more.
Create a new directory and run:
git clone https://github.com/robinvw1/dotfiles.git && source dotfiles/install.sh
You can put private settings such as Git credentials in ~/.private
which will be sourced from ~/.bash_profile
automatically. This file is in .gitignore
.
Suggestions or improvements are more than welcome. Send me a tweet: @robinvw1.