1
0
Fork
You've already forked dotfiles-server
0
User config prefs for servers
  • Lua 68.8%
  • Go Template 14.3%
  • Shell 12.5%
  • Nu 4.4%
2026年06月25日 06:26:41 -05:00
dot_config -lazy-lock.json 2026年05月20日 07:26:29 +00:00
scripts Remove xxd 2026年06月18日 06:28:52 -04:00
.chezmoiignore ~chezmoiignore 2026年05月20日 07:22:59 +00:00
dot_evirc ~vimrc, +evirc 2026年06月14日 21:37:21 -05:00
dot_gitconfig use chezmoi 2026年01月21日 04:13:43 -06:00
dot_neomuttrc.tmpl zsh aliases 2026年01月24日 15:31:57 +01:00
dot_vimrc ~vimrc, +evirc 2026年06月14日 21:37:21 -05:00
dot_zimrc.tmpl update 2026年05月17日 05:17:35 -05:00
dot_zshrc.tmpl ~dot_zshrc.tmpl 2026年06月25日 06:26:41 -05:00
README.md Add README.md 2026年05月14日 08:55:55 -05:00

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 jas user.

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