Skip to content

My dotfiles using chezmoi for automated multi-machine setup and configuration.

Notifications You must be signed in to change notification settings

zcking/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Setup a New Machine

sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply --verbose --ssh zcking/dotfiles

Or if you would like to run it but only see what would have changed/executed, without actually modifying your files:

sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply --dry-run --verbose --ssh zcking/dotfiles

That's right, just one command.

Note

These dotfiles are only tested on Mac OS (darwin). I plan to update everything to support Linux (most likely Debian-based distros) but if you are reading this note then I haven't gotten to it yet. Thanks for understanding, cheers!

Tip

If you do not use SSH for Git, and have trouble accessing the repo, try removing the --ssh flag from the command above.

About

My dotfiles using chezmoi for automated multi-machine setup and configuration.

Resources

Stars

Watchers

Forks