Skip to content

solomonjames/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

154 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Personal dotfiles managed by chezmoi.

One-command bootstrap (new machine)

sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply solomonjames

Usage

# Apply changes after editing source files
chezmoi apply

# See what would change
chezmoi diff

# Edit a managed file (opens source, applies on save)
chezmoi edit ~/.zshrc

# Pull latest from remote and apply
chezmoi update

# Add a new file to be managed
chezmoi add ~/.some-config

Post-migration cleanup (from Fresh)

After switching from Fresh to chezmoi:

rm -rf ~/.fresh ~/bin/fresh ~/bin/antigen.zsh ~/bin/pacapt ~/bin/fresh-setup
chezmoi init --apply solomonjames

About

Personal dotfiles managed with chezmoi — zsh, neovim (LazyVim), tmux, and more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors