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 dotfiles
Ensure that the install
file is executable:
$> chmod +x install
And 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.