/dotfiles

:house: my dotfiles

Primary LanguageShellMIT LicenseMIT

my dotfiles

Your dotfiles are how you personalize your system. These are mine.

If you're interested in the philosophy behind why projects like these are awesome, you might want to read Zach Holman's post on the subject

install

  1. Install chezmoi
sh -c "$(curl -fsLS chezmoi.io/get)"
  1. Setup dotfiles using chezmoi
  chezmoi init https://github.com/username/dotfiles.git
  1. Apply configs
chezmoi apply -v