Skip to content

CaptainOfPhB/dotfiles

Repository files navigation

dotfiles

Using chezmoi to manage my dotfiles across multiple diverse machines, securely.

Usage

Any changes will be automatically committed and pushed to the remote repo after saving(set chezmoi config autoCommit and autoPush to true).

# chezmoi tracks a new configuration file, which must be located in HOME dir
$ chezmoi add <file_name>

# update file, normal edit will not be synced, please refer to chezmoi documentation
$ chezmoi edit <file_name>

# pull the latest updates from your remote repo
$ chezmoi update -v

# apply remote changes
$ chezmoi apply

See more details with chezmoi -h.

About

Dotfiles managed by chezmoi.

Resources

Stars

Watchers

Forks

Languages