DOTFILES(7) Wes Augur Dotfiles Manual DOTFILES(7)

dotfiles - Wes Augur Dotfiles

dotfiles git GIT-COMMAND

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>>

git(1)

Wes Augur
2021-01-14 Wes Augur Dotfiles