Skip to content

gaileyleseman/dotfiles

Repository files navigation

Dotfiles with chezmoi

Install Chezmoi

Apply

Option A: Quick Install (HTTPS)

sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply gaileyleseman
chsh -s $(which zsh)

Option B: Full Access (SSH)

chezmoi init --apply git@github.com:gaileyleseman/dotfiles.git
chsh -s $(which zsh)

Daily Usage

chezmoi edit ~/.zshrc    # Edit a file
chezmoi diff             # Preview changes
chezmoi apply            # Apply changes
chezmoi add ~/.file      # Add new file
chezmoi update           # Pull + apply from repo

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors