Created
January 9, 2023 14:08
-
-
Save rscircus/f2fedba6c6db1eb1739703d8e73e512a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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