Skip to content

Instantly share code, notes, and snippets.

@sweeneyrobb
Last active June 10, 2019 07:04
Show Gist options
  • Save sweeneyrobb/65b6ab21023d53b32aee to your computer and use it in GitHub Desktop.
Save sweeneyrobb/65b6ab21023d53b32aee to your computer and use it in GitHub Desktop.
This script is used to configure my developer desktop
Set-ExecutionPolicy -ExecutionPolicy Bypass -Force
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
cinst googlechrome -y
cinst slack -y
cinst vscode -y
cinst sql-server-management-studio -y
cinst firacode -y
choco install curl -y
# choco install fiddler4 -y
choco install Firefox -y
choco install git -y
# choco install Linqpad -y
# choco install markdownpad2 -y
# choco install notepadplusplus -y
choco install NuGet.CommandLine -y
choco install paint.net -y
# choco install pandoc -y
choco install poshgit -y
# choco install skype -y
#choco install carnac -y # keeping this in here as a reminder to check on next script usage
choco install screentogif -y
choco install zoomit -y
# choco install windirstat -y
# choco install mousewithoutborders -y
# choco install f.lux -y
choco install postman -y
choco install hackfont -y
# choco install ruby -y
# choco install ruby2.devkit -y
# choco install python -y
# choco install pip -y
choco install kubernetes-cli -y
(new-object Net.WebClient).DownloadString("http://psget.net/GetPsGet.ps1") | iex
Install-Module PSReadLine -Force -AddToProfile -Global
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment