Skip to content

stonesha/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

created using chezmoi

After installing chezmoi, run:

chezmoi init https://github.com/stonesha/dotfiles.git

Check what changes that chezmoi will make to your home directory by running:

chezmoi diff

If you are happy with the changes that chezmoi will make then run:

chezmoi apply -v

On any machine, you can pull and apply the latest changes from your repo with:

chezmoi update -v

You can install your dotfiles on new machine with a single command:

chezmoi init --apply https://github.com/$GITHUB_USERNAME/dotfiles.git

If you use GitHub and your dotfiles repo is called dotfiles then this can be shortened to:

chezmoi init --apply $GITHUB_USERNAME

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published