Skip to content

Instantly share code, notes, and snippets.

@harmoniemand
Last active April 19, 2022 01:22
Show Gist options
  • Save harmoniemand/cd5d1fafe6ee22d6e2ce6f648179e58d to your computer and use it in GitHub Desktop.
Save harmoniemand/cd5d1fafe6ee22d6e2ce6f648179e58d to your computer and use it in GitHub Desktop.
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
#* VisualStudio Code
choco install vscode -y
$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")
code --install-extension platformio.platformio-ide --force
code --install-extension lego-education.ev3-micropython --force
code --install-extension ms-vscode.cpptools --force
code --install-extension ms-dotnettools.csharp --force
code --install-extension golang.Go --force
code --install-extension ms-python.python --force
# Adobe Software
choco install adobe-creative-cloud -y
# * Adobe
# * Premiere
# * Illustrator
# * Photoshop
# * Acrobate
# * After Effects
# * Lightroom Classic
# Arudino IDE
choco install arduino
# Cura
choco install cura-new
#* Blender
choco install blender -y
#* OpenSCAD
choco install openscad.install -y
#* FreeCAD
choco install freecad -y
#* Chrome
choco install googlechrome -y
#* Firefox
choco install firefox -y
#* Python
choco install python -y
#* GIMP
choco install gimp -y
#* 7Zip
choco install 7zip -y
#* VLC
choco install vlc -y
#* GIT
choco install git -y
#* NodeJS
choco install nodejs -y
#* LibreOffice
choco install libreoffice-fresh -y
#* .Net Core
choco install dotnetcore-sdk -y
#* Windows Terminal
choco install microsoft-windows-terminal -y
#* InkScape
choco install inkscape -y
#* CitrixWorkspace
choco install citrix-receiver -y
#* Nextcloud
choco install nextcloud-client -y
#* CMake
choco install cmake -y
#* Audacity
choco install audacity -y
#* etcher
choco install etcher -y
#* erlang
choco install erlang -y
#* OBS Studio
choco install obs -y
#* Premier+2 (Sticksoftware)
#* Davinci Resolve - nicht automatisch machbar
#* Fusion360
# Corel Draw
# Lego Mindstorms Education
# Office 356
# Driver Epilog Laser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment