This repository just serves as a central repository for the various dotfiles that I use on pretty much all of my *nix machines.
Clone down the repository:
$> git clone git@github.com:T99/dotfiles.git
Cloning into 'dotfiles'...
[...]Navigate into the directory that you've just cloned the repository into:
$> cd dotfilesEnsure that the install file is executable:
$> chmod +x installAnd run the install file!
$> ./install
[...]Don't worry, the install script is interactive, and will ask before overwriting any existing dotfiles that might already be in-place.