My boiled ArchLinux rice without link or installation script.
- Clone the repository
git clone --bare https://github.com/matteocellucci/car.git $HOME/.car
- Add an alias into your shell runcom file
alias dots="git --git-dir=$HOME/.car/ --work-tree=$HOME"
- Ignore untrucked files
dots config status.showUntrackedFiles no