Skip to content

ayuthmang/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

A collection of my dotfiles.

Requirement

$ brew install chezmoi

Basic Commands

# initialize, checkout, and apply
chezmoi init --apply --verbose https://github.com/$GITHUB_USERNAME/dotfiles.git

# edit files
$ chezmoi edit

# stage files
$ git -- add ./
# or status
$ git -- status

# apply changes
$ chezmoi apply

# commit changes
$ chezmoi git -- commit -m "chore: update files"

# push changes
$ chezmoi git -- push

Other Useful Commands

# change to the dotfiles directory
$ chezmoi cd

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages