sh -c "$(curl -fsSL https://raw.githubusercontent.com/tueda/dotfiles/go/install)"
sh -c "$(wget https://raw.githubusercontent.com/tueda/dotfiles/go/install -O -)"
git clone https://github.com/tueda/dotfiles.git ~/.dotfiles && ~/.dotfiles/deploy.sh
Optionally make/edit .bashrc.local and .gitconfig.local:
prepend_path PATH /additional/path/to/bin
# Git (>=1.7.10) supports include directive.
[user]
name = "My Name"
email = myemail@example.com
cd ~/.dotfiles
git remote set-url origin git@github.com:tueda/dotfiles.git