Awesome
dotfiles
Setup Proxy Settings
or
git config --global http.proxy http://<proxy>:<port>/
git config --global https.proxy http://<proxy>:<port>/
Setup GitHub SSH Settings
Basic Installation
via curl
curl -L https://raw.github.com/koara-local/dotfiles/master/tools/install.sh | sh
via wget
wget https://raw.github.com/koara-local/dotfiles/master/tools/install.sh -O - | sh
Setup
./setup.sh