Run the setup script:
curl -Lks https://raw.githubusercontent.com/TheOrangePuff/dotfiles/refs/heads/main/setup.sh | /bin/bashOr run the commands manually:
git clone --bare [email protected]:TheOrangePuff/dotfiles.git $HOME/.cfg
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
config config --local status.showUntrackedFiles no
config checkoutIf this fails due to untracked files being overwritten, you'll need to delete those files and then checkout the repo again.
Atlassian's recommended way to store dotfiles: https://www.atlassian.com/git/tutorials/dotfiles