Skip to content

Latest commit

 

History

History
executable file
·
29 lines (17 loc) · 572 Bytes

README.md

File metadata and controls

executable file
·
29 lines (17 loc) · 572 Bytes

Windows Development Environment

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.

What's included

  • 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

Setup

Changing shells

vim /etc/shells

Add /home/linuxbrew/.linuxbrew/bin/fish to EOF.

chsh -s $(which fish)