there are many like it, but this one is mine
clone the repo and symlink applicable configs, install tools where needed
e.g.:
ln -s ~/Projects/.dotfiles/.config/nvim ~/.config/nvim
add the bin folder to your path in your rc file:
PATH=~/Projects/.dotfiles/bin:$PATH
links to docs I find myself revisiting
disable PC speaker beep
sudo rmmod pcspkr
echo "blacklist pcspkr" | sudo tee /etc/modprobe.d/nobeep.conf