Hello kind stranger. This is a collection of config files (.dotfiles) for software I use very often on my main computer. I hope you find something useful here.
This is inspired from this guide.
I like to user the .dotfiles directory with the dot command.
Add the following in your shell config .bash.rc, zshrc, or config.fish,
etc.
alias dot="/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME"
git clone --bare https://github.com/Stefan-Radu/dotfiles $HOME/.dotfiles
git checkout
An override warning might appear, but it's easily solved.
I also save my .gitconfig file, so I don't have to do any additional git
settings, such as: custom log, templates, username, now showing untracked
files, etc.