Skip to content

Instantly share code, notes, and snippets.

@mwarger
Last active June 12, 2023 16:08
Show Gist options
  • Save mwarger/cd10074329ad693612512dd3f55db4c7 to your computer and use it in GitHub Desktop.
Save mwarger/cd10074329ad693612512dd3f55db4c7 to your computer and use it in GitHub Desktop.
utilities for setting up windows dev machine
DO THIS
install scoop from scoop.sh
(use `scoop search` to find packages - more docs on website)
DO THESE
scoop install sudo
scoop install 7zip git openssh
scoop install aria2 curl grep sed less touch coreutils
MAYBE THIS
scoop install python ruby go perl
MOAR BUCKETS
scoop bucket add extras
scoop bucket add versions
scoop bucket add java
DEV SETUP HERE
scoop install concfg pshazz yarn nvm nodejs oraclejdk-lts postman android-studio vscode
concfg import eighties small # this is just my preference
sudo npm install --global --production windows-build-tools # VERY IMPORTANT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment