Created
June 5, 2017 02:10
-
-
Save Danishswag/8af11494dd2eab9273e6c03acdf73d58 to your computer and use it in GitHub Desktop.
Danishswag's Scoop Setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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