dotfiles - Wes Augur Dotfiles
dotfiles(7) is a shell alias that wraps git(1) to simplify managing dotfiles in
your home directory.
alias dotfiles='GIT_DIR=$HOME/.dotfiles.git GIT_WORK_TREE=$HOME'
curl https://wesaugur.sh | sh
dotfiles git ls-files | xargs rm
rm -rf "$DOTFILES_GIT_DIR"
dotfiles git status
Show status of local dotfile changes
dotfiles git diff
Show diff of local dotfile changes
dotfiles git add
Add local dotfile changes to the git index
dotfiles git commit
Record dotfile changes to the git repository
dotfiles git push
Push local dotfile changes to remote git repository
dotfiles git pull
Pull remote dotfile changes into local git
repository
dotfiles-setup
Re-run the setup script
dotfiles-fixup
Fix common dotfile errors
Installer
<https://wesaugur.sh>
Manpage
<https://wesaugur.sh/man>
GitHub
<https://code.wes.augur.us/~>
<https://code.wes.augur.us/~/<DOTFILE>>