Yum yum, dotfiles! For *NIX-OSes only.
Important: Make sure to check the source files instead of blindly using this repository!
To install these dotfiles without Git:
bash -c "$(curl -fsSL https://raw.github.com/x86dev/dotfiles/master/bin/dotfiles)" && source ~/.bashrccd; git clone --recursive https://github.com/x86dev/dotfiles.git .dotfiles && source ~/.dotfiles/bin/dotfilesUsing a (global) proxy with git:
git config --global http.proxy http://proxyUsername:proxyPassword@proxy.server.com:portTo update, just do:
dotfilesThis is a customized fork of Ben Alman's excellent dotfiles. Take a look at Ben's README.md -- there you also will find an extensive user guide about how all this stuff works.