Skip to content

Instantly share code, notes, and snippets.

@tackelua
Last active October 2, 2022 18:33
Show Gist options
  • Save tackelua/5587b354e8b6ca35388816f8d42000be to your computer and use it in GitHub Desktop.
Save tackelua/5587b354e8b6ca35388816f8d42000be to your computer and use it in GitHub Desktop.
New-NetFirewallRule -DisplayName "Gith Inbound" -Direction Inbound -LocalPort 3000-9999 -Protocol TCP -Action Allow
New-NetFirewallRule -DisplayName "Gith Outbound" -Direction Outbound -LocalPort 3000-9999 -Protocol TCP -Action Allow
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
choco feature enable -n allowGlobalConfirmation
choco install chocolateygui -fy
choco install googlechrome -fy
choco install git -fy
choco install vscode -fy
choco install nvm -fy
choco install smartgit -fy
nvm install 16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment