/dotfiles

My dotfiles

Primary LanguageShellMIT LicenseMIT

dotfiles

MIT License

These are my dotfiles for *nix boxes.

Quick setup – if you’ve ran this thing before

git clone https://github.com/EvanMcBroom/dotfiles && ./dotfiles/setup.sh apply

...or do a dry run then apply the install

git clone https://github.com/EvanMcBroom/dotfiles
cd dotfiles
./setup.sh plan
./setup.sh apply