Skip to content

Instantly share code, notes, and snippets.

@julian-a-avar-c
Last active April 7, 2023 01:09
Show Gist options
  • Save julian-a-avar-c/0540179242434f428680cdf6e87ba754 to your computer and use it in GitHub Desktop.
Save julian-a-avar-c/0540179242434f428680cdf6e87ba754 to your computer and use it in GitHub Desktop.

Windows Store

WSL

Download from site

Steam

  • Tiled
  • Tilesetter

Scoop

scoop install 7zip
cmd /c C:\Users\jaacko-torus\scoop\apps\7zip\current\install-context.reg

scoop install git
cmd /c C:\Users\jaacko-torus\scoop\apps\git\current\install-file-associations.reg
cmd /c C:\Users\jaacko-torus\scoop\apps\git\current\install-context.reg
git config --global credential.helper manager

scoop bucket add extras
scoop bucket add java
scoop bucket add nerd-fonts

scoop install -g `
	FantasqueSansMono-NF `
	FantasqueSansMono-NF-Mono `
	FiraCode `
	FiraCode-NF `
	FiraCode-NF-Mono `
	FiraCode-Script

sudo scoop install 

scoop install `
	aimp `
	capture2text `
	vcredist2022 `
	firebase `
	fontforge `
	git-lfs `
	go `
	godot `
	inkscape `
	irfanview `
	julia `
	krita `
	leiningen `
	librecad `
	libreoffice `
	lmms `
	msys2 `
	musescore `
	neovim `
	nodejs `
	okular `
	paint.net `
	postgresql `
	powertoys `
	python `
	r `
	racket `
	raspberry-pi-imager `
	rawtherapee `
	rtools `
	ruby `
	sudo `
	sumatrapdf `
	temurin11-jdk `
	temurin17-jdk `
	temurin8-jdk `
	rtools `
	vlc

msys2

ridk install

Racket dialects

raco pkg install r7rs
raco pkg install sicp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment