Skip to content

Commit

Permalink
add htop
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Dec 24, 2024
1 parent 26b384f commit 74a34d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/blog/windows-ddev-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Two recent Windows machines I set up were the new ARM64/Qualcomm/CoPilot variety
6. In PowerShell, `wsl --install` and `wsl --update`
7. Windows Terminal is a fantastic terminal and is installed by default these days. I always set it up early with "Default Terminal Application: Windows Terminal" and "Interaction->Automatically Copy Selection to Clipboard", and set Ubuntu as default, and have it auto-start on login.
8. Once Ubuntu is installed:
- `sudo apt update && sudo apt install -y apt-transport-https autojump bats build-essential ca-certificates ccache clang curl dirmngr etckeeper expect git gnupg jq libcurl4-gnutls-dev libnss3-tools lsb-release mariadb-client nagios-plugins net-tools postgresql-client unzip vim xdg-utils zip && sudo apt upgrade -y`
- `sudo apt update && sudo apt install -y apt-transport-https autojump bats build-essential ca-certificates ccache clang curl dirmngr etckeeper expect git gnupg htop jq libcurl4-gnutls-dev libnss3-tools lsb-release mariadb-client nagios-plugins net-tools postgresql-client unzip vim xdg-utils zip && sudo apt upgrade -y`
- `sudo snap install --classic go`
- `sudo snap install ngrok and ngrok config add-authtoken <token>`
9. In Windows Explorer, add my WSL2 home directory to favorites by copying it into the favorites area.
Expand Down

0 comments on commit 74a34d0

Please sign in to comment.