Skip to content

Instantly share code, notes, and snippets.

@Danishswag
Created June 5, 2017 02:10
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Danishswag/8af11494dd2eab9273e6c03acdf73d58 to your computer and use it in GitHub Desktop.
Save Danishswag/8af11494dd2eab9273e6c03acdf73d58 to your computer and use it in GitHub Desktop.
Danishswag's Scoop Setup
Set-ExecutionPolicy RemoteSigned -scope CurrentUser
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
scoop install 7zip curl git openssh cmder
[environment]::setenvironmentvariable('GIT_SSH', (resolve-path (scoop which ssh)), 'USER')
scoop install latex r
scoop bucket add extras
scoop install gvim rstudio vscode sqlitebrowser
scoop install sumatrapdf keepassxc inkscape
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment