Daily Workflow
Update Local Configs
sh
cd ~/.config/dotfiles
git pull --ff-onlyEdit Configs
After installation, these paths are symlinks into the repo:
text
~/.config/nvim
~/.config/weztermEdit the live config normally. The changes will appear in the dotfiles repo.
Save Changes
sh
cd ~/.config/dotfiles
git status --short
git add -- <files>
git commit -m "Update dotfiles"
git pushCheck Before Publishing
sh
bin/dotfiles-doctor
git status --short