User config prefs for servers
- Lua 68.8%
- Go Template 14.3%
- Shell 12.5%
- Nu 4.4%
| dot_config | -lazy-lock.json | |
| scripts | Remove xxd | |
| .chezmoiignore | ~chezmoiignore | |
| dot_evirc | ~vimrc, +evirc | |
| dot_gitconfig | use chezmoi | |
| dot_neomuttrc.tmpl | zsh aliases | |
| dot_vimrc | ~vimrc, +evirc | |
| dot_zimrc.tmpl | update | |
| dot_zshrc.tmpl | ~dot_zshrc.tmpl | |
| README.md | Add README.md | |
dotfiles-server
Dotfiles I use conditionally on servers.
Requirements:
- chezmoi
- For each server, its SSH public key must be added for the soft-serve server's
jasuser.
Example:
chezmoi init ssh://nas.carp-wyvern.ts.net:23231
chezmoi apply
To edit a dotfile locally:
chezmoi edit ~/.zshrc
To push a commit locally:
chezmoi cd
git status
git add .
git push -u origin main
exit
chezmoi apply