My configuration files managed by chezmoi
Go to file
Eli Ribble aa05c9f5a6 Fix using fish for tmux on multiple different systems
Previously I used `default-shell` which must be a full path. On
different systems that path is different (specifically NixOS). Instead
we can use `default-command` which can execute anything from the PATH,
which is what we want.
2024-06-25 18:23:33 -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 some convenient commands to README 2024-03-06 19:18:16 +00:00
dot_tmux.conf Add some better coloring to window status. 2024-03-06 19:34:20 +00:00

README.md

dotfiles

My configuration files managed by chezmoi

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.