Last active
March 4, 2020 22:02
-
-
Save kthompson/e1ab07810d0d23ac63e12dfbe2d26e62 to your computer and use it in GitHub Desktop.
Install from cli
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
iex (new-object net.webclient).downloadstring('https://get.scoop.sh') | |
scoop install sudo | |
sudo scoop install 7zip git --global | |
scoop install firefox chrome | |
:: alacritty | |
scoop bucket add extras | |
sudo scoop install extras/vcredist2017 | |
:: dev tools | |
scoop install vault | |
scoop install nodejs yarn | |
:: | |
scoop install vlc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment