Skip to content
/ dotfiles Public template

Wes Augur's Dotfiles

License

Notifications You must be signed in to change notification settings

wesaugur/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wesaugur/dotfiles(7) Manual Page

Name

dotfiles - Wes Augur Dotfiles

Synopsis

dotfiles git GIT-COMMAND

Description

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'

Installation

curl https://wesaugur.sh | sh

Uninstallation

dotfiles git ls-files | xargs rm
rm -rf "$DOTFILES_GIT_DIR"

Examples

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

See Also

git(1)