Skip to content

Instantly share code, notes, and snippets.

@dgroup
Last active October 27, 2022 14:22
Show Gist options
  • Save dgroup/9d0549c7352a0625f244d70d0beca8f5 to your computer and use it in GitHub Desktop.
Save dgroup/9d0549c7352a0625f244d70d0beca8f5 to your computer and use it in GitHub Desktop.
Scripts to setup a new work station

Run Powershell with Administrator rights

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
scoop install git-with-openssh
scoop bucket add extras
scoop install sliksvn
scoop install docker
scoop install docker-compose
scoop bucket add java    
scoop bucket add TheRandomLabs https://github.com/TheRandomLabs/Scoop-Bucket.git
scoop install spotify
scoop install curl grep less touch
scoop install openjdk maven gradle ant
scoop install insomnia postman
scoop install jetbrains-toolbox
scoop install signal
scoop install notepadplusplus
scoop install vivaldi
scoop install googlechrome
scoop install nodejs-lts
scoop install zip
scoop install go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment