Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 343 Bytes

File metadata and controls

15 lines (12 loc) · 343 Bytes

Dotfiles

Here is my dotfiles.

Preparing a new computer

  • Install brew
  • brew install chezmoi
  • Create a new machine-specific configuration file in ~/.config/chezmoi/chezmoi.toml Example:
    [data]
        email = "foo@bar.com"
    
  • chezmoi init --apply https://github.com/acroca/dotfiles.git