This repository contains my collection of configuration files for shells, editors, utilities, etc.
Most of these scripts should work on macOS or GNU/Linux, if the application in question runs on that platform.
This repository is structured for use with GNU Stow, as described by Brandon Invergo on his website.
To avoid having to specify a target, it's easiest to clone this repository into your home directory:
cd ~
git clone https://github.com/cfree3/config.git Config
cd Config
Then you can use Stow to put symlinks in place, app by app:
git stow zsh
git stow tmux
git stow nvim
# etc.