● EVERGREEN NOTE dotfilesworkflow
Dotfiles Repo Workflow
Bare repo + GNU Stow workflow for ~/dotfiles.
Bare repo + GNU Stow workflow for ~/dotfiles.
Bare repo + Stow workflow for ~/dotfiles.
~/repos/dotfiles.git~/dotfiles/~/.config/ and ~/cd ~/dotfiles
mkdir -p <pkg>/.config/<pkg>
mv ~/.config/<pkg>/* <pkg>/.config/<pkg>/
stow <pkg>
git add . && git commit -m "add: <pkg>"
git push
Edit through symlink or working tree — same file. Then commit.
stow -R <pkg>