/dotfiles

Primary LanguagePythonMIT LicenseMIT

Dotfiles

This repository bootstraps a system's dotfiles and provides a long term idempotent method for continued management. The repository leverage several tools to automatically setup a new system.

  • Homebrew
  • DOTBOT

Starting Fresh

xcode-select --install
git clone --recurse-submodules https://github.com/cdrobey/dotfiles.git
cd ~/dotfiles
,/install
./macos

Freshen Dotfiles

cd ~/dotfiles
git pull origin master
git pull --recurse-submodules
./install

Setup ITerm2

  • Theme: solarized 2
  • Font: inconsola-nerd

A Note about the License & Copyright

Unless attributed otherwise, everything is under the MIT license (see LICENSE for more info).

Acknowledgements