Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 788 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 788 Bytes

Dotfiles

Install

  1. Fork this repo
  2. Install chezmoi. Having the chezmoi binary on your path is convenient
  3. Run chezmoi init <YOUR_GITHUB_USERNAME>. It will prompt you for a few inputs like your name & email address
  4. [optional] Run chezmoi diff to see which files would clash with your existing config. Back up things you want to store & reintroduce later.
  5. Run chezmoi apply. It will not overwrite existing files without asking you
  6. In your shell's init file, source the appropriate customization:
    • If you use zsh, source ~/.config/zsh/user.zsh
    • If you use bash, source ~/.bashrc_user.sh
    • Note that I use zsh, so the bash files receive a bit less love. I do my best to keep the functionality the same though.