Important
My dotfiles live in the main branch, you can find them here!
To use them, create an alias like
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles.git/ --work-tree=$HOME'You can now clone them in your home folder using
git clone --bare -b main https://github.com/alba4k/dotfiles $HOME/.dotfiles.git
dotfiles read-tree -mu HEAD
dotfiles reset --hard HEAD
dotfiles config --local status.showUntrackedFiles no
And update using
dotfiles pull
Caution
Only do this if you know what you're doing! You might end up permanently overwriting your existing configuration

