git clone --bare git@github.com:kevindurb/.dotfiles.git ~/.dotfiles.gitalias dot="git --git-dir=$HOME/.dotfiles.git --work-tree=$HOME"dot checkoutdot submodule init && dot submodule update
- Add to
~/.gitignore dot add path/to/file
- Add files to stow package
stow --verbose --simulate --dotfiles --adopt [package]stow --verbose --dotfiles --adopt [package]dot statusdot rm --cached ~/path/to/file- Remove from
~/.gitignore - Commit change with
dot - Commit change to dotfiles repo