manage your configurations by git
cd $HOME; git clone https://github.com/vincenthsu/dotfiles.git $HOME/.dotfiles; cd .dotfiles; source bootstrap.sh
if you behind a firewall
export http_proxy=http://<Your proxy IP>
cd $HOME; git clone https://github.com/vincenthsu/dotfiles.git $HOME/.dotfiles; cd .dotfiles; source bootstrap.sh
cd $HOME/.dotfiles; source update.sh
manage your private configurations in the .dotfiles/private/link folder. update.sh will create symbolic links for them to $HOME directory. for example:
git clone <Your private git repo> $HOME/.dotfiles/private
cd $HOME/.dotfiles; source update.sh
Add files named bashrc.local/git.local in "$HOME" folder or in "$HOME/.dotfiles/private/link" folder for custom definitions.
Get pre-patched fonts from: