Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 323 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 323 Bytes

dotfiles

Init a dotfiles repository

  • git init --bare $HOME/.dotfiles

Define an alias of git to manage dotfiles

  • alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'

Clone dotfiles repository into a new machine