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 git@github.com:jamesbvaughan/dotfiles ~/.dotfilescd ~/.dotfiles
- install the desired configuration files:
stow vimstow xmonad- etc.
Let me know if you have any questions or issues and I'll be happy to help!