My config setup for my developer tools. Each dir contains contains config for a tool, which you must symlink to the correct dir using the ./symlink command
mkdir -p ~/src
cd ~/src
git clone git@git.sr.ht:~th3james/th3james-dotfiles
cd th3james-dotfiles
# Install dependencies
./install.sh
# Or preview changes first
./symlink.sh --dry-run
# Symlink configs (safe to run multiple times)
./symlink.sh