Skip to content

Instantly share code, notes, and snippets.

@rscircus
Created January 9, 2023 14:08
Show Gist options
  • Save rscircus/f2fedba6c6db1eb1739703d8e73e512a to your computer and use it in GitHub Desktop.
Save rscircus/f2fedba6c6db1eb1739703d8e73e512a to your computer and use it in GitHub Desktop.
# Steps to get WSL going.
## Windows Settings
In `Apps &`...-> `Windows features`
- Enable Hyper-V
- Enable Windows Hypervisor thingy
- Enable WSL
## Terminal
```
wsl --list --online
# Potential enable WSL2
wsl --install -d Ubuntu-20.04
```
- Set color theme to `One Half Dark`
- ohmyz.sh
- brew.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment