Skip to content

ASKobayashi/dotFiles

Repository files navigation

ASKobayashi's Dot Files

This dotfile repo is based on chezmoi

Usage

To install on a new machine:

chezmoi init --apply https://github.com/ASKobayashi/dotFiles.git

To update a machine from the repo:

chezmoi update -v

Updating config files

To add a new config file:

chezmoi add <path to file>

To update an already commited file:

chezmoi re-add <path to file>

To push config changes

# change to the chezmoi git dir, then use normal git flow
chezmoi cd 
git add .
git commit -m "message"
git push

About

A simple but effective way to manage your console configuration files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published