This is a simple collection of shell scripts to setup my dotfiles. Why Shell? Because it gets shit done and I don't need any other fancy features.
Clone the repository somehwere on your disk:
git clone https://github.com/KaiBirkenstock/dotfiles.git ~/.dotfiles
and launch the bootstrap script like this
GIT_AUTHORNAME="Kermit the frog" GIT_AUTHOREMAIL="[email protected]" GIT_GITHUBUSER="kermit" script/bootstrap.sh
The environment variables take care of your git configuration which is split
into ~/.gitconfig
and ~/.gitconfig.local
, where the latter is the file that
contains your personal settings (like your email address).
Some submodules might containt a Makefile
. You are supposed to care of those
yourself.
- Nicolas Viennot for his awesome pry configuration
- Zach Holman for his dotfiles which served me as some kind of template
- Sorin Ionescu for prezto