hashtegner / dotfiles

:house: my dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

:house: my dotfiles

License:MIT License


Languages

Language:Shell 93.3%Language:Ruby 4.9%Language:Vim Script 1.9%