Note my .zshrc has a couple MacOS specific configurations that should be considered for removal on linux.
- Make sure the repo is in your home directory
pwd => ~/rc
- Install stow with
sudo apt install stow
orbrew install stow
- Pick what configurations you want with
stow alacritty
for example. If you would like to restore everythingstow /
will link ALL folders.