Add chezmoi aliases and update Claude memory
- Add chezmoi section to aliases.zsh with cmu, cma, cms, cmd, cme - Update CLAUDE.md to always sync and commit dotfile changes
This commit is contained in:
parent
fde360dbdc
commit
e68e3a436a
2 changed files with 20 additions and 0 deletions
|
|
@ -152,3 +152,12 @@ alias upgrade="sudo $pm upgrade"
|
|||
alias install="sudo $pm install"
|
||||
alias remove="sudo $pm remove"
|
||||
alias reinstall="sudo $pm reinstall"
|
||||
|
||||
# ============================================================================
|
||||
# Chezmoi (dotfiles management)
|
||||
# ============================================================================
|
||||
alias cmu="chezmoi update" # Pull from remote and apply changes
|
||||
alias cma="chezmoi apply" # Apply changes from local source
|
||||
alias cms="chezmoi status" # Show what would change
|
||||
alias cmd="chezmoi diff" # Show diff of pending changes
|
||||
alias cme="chezmoi edit" # Edit a managed file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue