These dotfiles are based on this concept.
Have you ever noticed everyone with a dotfiles repository tries to make it NOT custom because they think other people will use it? It is because they feel smarter than other people. I do not. I am making this public because it makes stuff simpler. 🐻
sudo apt install git neovim ranger batcat grc
git clone --bare https://github.com/rcastellotti/d .dotfiles
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
config checkout
sudo chsh -s /usr/bin/fish rc
git config --global user.name "rcastellotti"
git config --global user.email "me@rcastellotti.dev"