My configuration files managed by chezmoi
Go to file
Eli Ribble 466ad1b366 Add helpful information on new system bringup 2024-12-12 10:17:05 -07:00
private_dot_config Fix using fish for tmux on multiple different systems 2024-06-25 18:23:33 -07:00
LICENSE Initial commit 2023-12-05 18:00:32 -07:00
README.md Add helpful information on new system bringup 2024-12-12 10:17:05 -07:00

README.md

dotfiles

My configuration files managed by chezmoi

On a new machine

  1. Install chezmoi with your package manager or with your Nix config
  2. chezmoi init git@source.theribbles.org:eliribble/dotfiles.git
  3. If you already ran chezmoi init then run chezmoi purge.

You'll now have a bare git repository in ~/.config/local/chezmoi/.git

Day-to-day

To see the changes that would be applied on a new machine:

chezmoi diff

To apply the changes:

chezmoi apply

See https://chezmoi.io/user-guide/ for more.