Linux Dotfiles — supports WSL (Ubuntu).
To link these files, I recommend using 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.shIn order to have network traffic mirrored on WSL2 (you can access localhost seamlessly across both systems), you'll want the following
in your $HOME/.wslconfig
[wsl2]
networkingMode=mirroredIf you changed that, restart wsl with wsl --shutdown and open a new wsl terminal and you should be good.