Last active
May 21, 2019 18:49
-
-
Save lumenpink/100dd750011da20dd774f555a706619e to your computer and use it in GitHub Desktop.
Installed Packages
This file contains hidden or 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 -Force | |
iex (new-object net.webclient).downloadstring('https://get.scoop.sh') | |
Set-ExecutionPolicy Bypass -Scope CurrentUser -Force | |
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) | |
choco feature enable -n allowGlobalConfirmation | |
choco install git vlc screentogif teamviewer adb cmder notepadplusplus googlechrome Firefox gimp inkscape 7zip cutepdf adobereader php composer dia DotNet4.5.1 DotNet4.5.2 DotNet4.6.1 dotnet4.7.1 dotnetfx handbrake heidisql hosts.editor imageglass mobaxterm ngrok php python2 qbittorrent rsync vcredist140 vscode-insiders Wget sshfs nodejs-lts nvm golang | |
scoop install hadolint shfmt | |
npm -g i npm yarn @feathersjs/cli @quasar/cli @vue/cli bash-language-server jshint eslint |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment