I use GNU Stow to manage these. If you want to start using any of my configurations,
- install stow:
- Ubuntu/Debian:
sudo apt install stow
- Arch:
sudo pacman -S stow
- MacOS:
brew install stow
- Ubuntu/Debian:
- clone the repo:
git clone [email protected]:jamesbvaughan/dotfiles ~/.dotfiles
cd ~/.dotfiles
- install the desired configuration files:
stow vim
stow xmonad
- etc.
Let me know if you have any questions or issues and I'll be happy to help!