Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 563 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 563 Bytes

dotfiles

Personal dotfiles.

Usage

  1. Install chezmoi
curl -sfL https://git.io/chezmoi | sh -s -- -b ./.bin
  1. Install dotfile with chezmoi
~/.bin/chezmoi -S ~/.chezmoi init https://github.com/firstmover/dotfiles.git
  1. Apply dotfile to local machine
~/.bin/chezmoi -S ~/.chezmoi apply

Acknowledgement

thoughtbot/dotfiles

wfxr/dotfiles

vacancy/dotfiles