Skip to content

Instantly share code, notes, and snippets.

View mej's full-sized avatar

Michael Jennings mej

  • Los Alamos National Laboratory
  • Los Alamos, NM
  • 09:23 (UTC -06:00)
  • X @mej0
View GitHub Profile
@nandordudas
nandordudas / 00-setup.md
Last active September 21, 2024 08:52
Setup WSL 2 on Windows 11

Install [Scoop]: A Command-Line Installer for Windows

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
iex "& {$(irm get.scoop.sh)} -ScoopDir ${Env:USERPROFILE}/Scoop"
scoop install git
scoop bucket add extras

[Scoop] is a command-line installer for Windows that makes it easy to install and manage software.