macOS & Windows Subsystem for Linux (WSL) Dotfiles
To link these files, I recommend using stow.
Follow along in macman to set up Homebrew, etc. Then, link these files with stow.
# set up WSL (Ubuntu) and then in the Ubuntu shell
mkdir ~/Repos
cd ~/Repos
sudo apt -y install git
git clone https://github.com/deybhayden/dotfiles.git
cd dotfiles
cp .gitconfig ~
cp .zprofile ~
.local/bin/wsly.sh