Skip to content

lightnet328/dotfiles

Repository files navigation

dotfiles

Managed with chezmoi.

Bootstrap a new Mac

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install chezmoi
chezmoi init --apply git@github.com:lightnet328/dotfiles.git

chezmoi init --apply clones the repo into ~/dotfiles, places every managed file into $HOME, then runs the bootstrap scripts (brew + mise + fisher + cmux MCP).

Daily workflow

chezmoi edit ~/.config/mise/config.toml   # edit the source file in $EDITOR
chezmoi diff                              # preview pending changes
chezmoi apply                             # write changes into $HOME
chezmoi cd                                # jump to the source repo

After committing in ~/dotfiles, push to origin to sync to other machines. On the other machine: chezmoi update pulls and applies in one step.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors