Brutalist configuration. Simple. Functional.
- Clone the repo
git clone https://github.com/stewbagg/dotfiles ~/wsl- CD into the folder
cd ~/wsl- Create symbolic links using GNU Stow
stow . # all files/folders or stow .bashrc .config/nvim etc.- Remove symbolic links using GNU Stow
stow -D . # all files/folders or stow .bashrc .config/nvim etc.