Skip to content

edwinhern/dotfiles

Repository files navigation

github.com/edwinhern/dotfiles

Edwin's dotfiles, managed with chezmoi.

Install on a Mac

One command — installs chezmoi to ~/.local/bin if missing, clones this repo, and applies it to $HOME:

sh -c "$(curl -fsLS https://get.chezmoi.io/lb)" -- init --apply edwinhern

Working on this repo

These tasks operate against the local clone (via chezmoi --source $PWD), so you can test edits without pushing:

mise update            # apply local source state to $HOME
mise diff              # preview what apply would change
mise format            # format shell, md, yaml, toml
mise lint              # lint shell, md, yaml, toml
mise test              # run bats tests
mise check             # lint + test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors