If you have git
installed:
git clone https://github.com/padawin/dotfiles
cd dotfiles
# Install dependencies
./install.sh
# Create symbolic links
./deploy.sh
If you don't have git
installed:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/padawin/dotfiles/master/install.sh)"