Skip to content

Instantly share code, notes, and snippets.

@itsjzt
Last active December 18, 2017 03:12
Show Gist options
  • Save itsjzt/70306e52d2541a062c9be2a828130520 to your computer and use it in GitHub Desktop.
Save itsjzt/70306e52d2541a062c9be2a828130520 to your computer and use it in GitHub Desktop.
My install scripts πŸΆπŸ’™
# needed for installing modules from internet
set-executionpolicy remotesigned -s cu
# install scoop )**(
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
# install some necessary apps
scoop install git
scoop install python
scoop install nodejs
scoop install firefox
scoop install vscode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment