Skip to content

Instantly share code, notes, and snippets.

@jansenicus
Last active December 7, 2023 13:31
Show Gist options
  • Save jansenicus/2611e8c7290aa8c78fc3e0ab60e42dc3 to your computer and use it in GitHub Desktop.
Save jansenicus/2611e8c7290aa8c78fc3e0ab60e42dc3 to your computer and use it in GitHub Desktop.
##### CHOCOLATEY
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
##### VSCODE
choco install vscode github-desktop -y
##### FFMPEG
choco install ffmpeg-full vlc -y
##### FIREFOX
choco install firefox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment