Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 736 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 736 Bytes

dotfiles

. files, managed with chezmoi

On a new machine

  1. Install homebrew:
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh
  1. Install chezmoi:
brew install chezmoi
  1. Init dotfiles:
chezmoi init jiachengxu -S ~/projects/personal/dotfiles
  1. Edit config file:
vim ~/.config/chezmoi/chezmoi.yaml 
  1. Apply the change:
chezmoi apply
  1. Misc: