This is a repository that contains my dotfiles.
(NOTE: below script pushes conflicting files to stash)
export GIT_DIR=$HOME/.dotfiles.git &&
export GIT_WORK_TREE=$HOME &&
git clone --bare --branch linux https://github.com/almaqyn/dotfiles.git $GIT_DIR &&
git config --local status.showUntrackedFiles no &&
git stash push -m "Overridden dotfiles" &&
unset GIT_DIR &&
unset GIT_WORK_TREE
(NOTE: below script pushes conflicting files to stash)
export GIT_DIR=$HOME/.dotfiles.git &&
export GIT_WORK_TREE=$HOME &&
git clone --bare --branch minimal https://github.com/almaqyn/dotfiles.git $GIT_DIR &&
git config --local status.showUntrackedFiles no &&
git stash push -m "Overridden dotfiles" &&
unset GIT_DIR &&
unset GIT_WORK_TREE