Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 462 Bytes

File metadata and controls

12 lines (9 loc) · 462 Bytes

DOTS: A --Bare Repo Dotfiles Container

Setup

git init --bare $HOME/.dots
alias dots='/usr/bin/git --git-dir=$HOME/.dots/ --work-tree=$HOME'
dots config --local status.showUntrackedFiles no
echo "alias dots='/usr/bin/git --git-dir=$HOME/.dots/ --work-tree=$HOME'" >> $HOME/.zshrc

Further instructions for cloning, migration, etc. can be found on the Atlassian blog post this was sourced from.