move .userrc to .mattrc. fix .zshrc to macos and clean.

This commit is contained in:
publicmatt
2026-05-11 11:53:19 -07:00
parent ffd7845f61
commit 7f859e74aa
7 changed files with 130 additions and 171 deletions

View File

@@ -8,7 +8,7 @@ Personal config, deployed with [GNU Stow](https://www.gnu.org/software/stow/).
.
├── git/ -> $HOME (.gitconfig)
├── nvim/ -> $HOME/.config/ (nvim/)
├── shell/ -> $HOME (.zshrc, .userrc, .musicrc)
├── shell/ -> $HOME (.zshrc, .mattrc, .musicrc)
└── tmux/ -> $HOME (.config/tmux/{tmux.conf,tmux.conf.local,oh-my-tmux/})
```