This is a collection of scripts and configuration files to setup a Windows for Development via WSL2.
Note: This is a WIP and not all details are ironed out yet.
-
dotfiles for WSL2 (Ubuntu 20.04)
-
Installation scripts for WSL2 with Homebrew (for more current package versions)
-
Windows Terminal configuration
-
Windows Applications Installation using winget
vim /etc/shells
Add /home/linuxbrew/.linuxbrew/bin/fish
to EOF.
chsh -s $(which fish)