Home

Awesome

Stories in Ready dotfiles

Setup Proxy Settings

koara-local/proxy_settings

or

git config --global http.proxy http://<proxy>:<port>/
git config --global https.proxy http://<proxy>:<port>/

Setup GitHub SSH Settings

koara-local/setup_github

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