Skip to content

Instantly share code, notes, and snippets.

@Oceanswave
Last active November 4, 2023 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Oceanswave/2264f4f7a6a833e672344327f20b88d1 to your computer and use it in GitHub Desktop.
Save Oceanswave/2264f4f7a6a833e672344327f20b88d1 to your computer and use it in GitHub Desktop.
Standard Dev Tools

Homebrew install:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

macOS Standard Tools:

brew install awscli azcopy azure-cli azure-functions-core-tools balena-cli certbot cmake ctop deno doctl ffmpeg fftw freetype gh git git-flow go graphviz helm jq mkcert mono ncurses nvm packer pyenv python@3.8 qpdf rtmpdump serverless telnet terraform terragrunt wget yarn youtube-dl pandoc rustup tailscale

brew install --cask aerial anaconda caffeine citrix-receiver google-chrome iterm2 lens powershell transmission visual-studio-code microsoft-azure-storage-explorer vlc qbittorrent

brew tap microsoft/mssql-release https://github.com/Microsoft/homebrew-mssql-release
brew update
HOMEBREW_NO_ENV_FILTERING=1 ACCEPT_EULA=Y brew install msodbcsql17 mssql-tools

other ideas: https://gist.github.com/somebox/6b00f47451956c1af6b4

Chocolatey Install:

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'))

Windows Standard Tools:

choco install -y 7zip.install autohotkey.portable make openssl mkcert cmake.install curl netfx-4.7.2-devpack dotnetcore-sdk dotnet-5.0-sdk dotnet-6.0-sdk dotPeek deno ffmpeg fiddler git.install gh github-desktop GoogleChrome greenshot llvm ninja nodejs.install nuget.commandline notepadplusplus.install packer powershell-core postman python2 resharper-platform vcredist2010 vscode serverless wget webstorm yarn docker-desktop kubernetes-cli terraform kubernetes-helm awscli azcopy10 azure-cli kubernetes-kompose screentogif youtube-dl lens aria2 maven qbittorrent tailscale

Windows Data Science Tools:

choco install -y python miniconda3 cuda

Hyper-V and Containers Features

Enable-WindowsOptionalFeature -Online -FeatureName $("Microsoft-Hyper-V", "Containers") -All

Visual Studio 2022 w/ everything:

choco install -y visualstudio2022enterprise --package-parameters "--allWorkloads --includeRecommended --includeOptional --passive --locale en-US"

Tools for a DevOps Build Agent:

choco install -y visualstudio2022buildtools azure-pipelines-agent

Dot Net Global Tools

dotnet tool install -g dotnet-format
dotnet tool install -g dotnet-sonarscanner
dotnet tool install -g JetBrains.ReSharper.GlobalTools

The list (last updated 2021-03-19)

  • 7zip.install 19.0
  • autohotkey.install 1.1.33.02
  • autohotkey.portable 1.1.33.06
  • awscli 2.1.29
  • azcopy10 10.9.0
  • chocolatey 0.10.15
  • chocolatey-core.extension 1.3.5.1
  • chocolatey-dotnetfx.extension 1.0.1
  • chocolatey-visualstudio.extension 1.9.0
  • chocolatey-windowsupdate.extension 1.0.4
  • chromium 89.0.4389.90
  • cmake.install 3.19.7
  • curl 7.75.0.20210225
  • dive 0.10.0
  • docker-desktop 3.0.4
  • dotnet-5.0-sdk 5.0.201
  • dotnet-5.0-sdk-1xx 5.0.104
  • dotnet-5.0-sdk-2xx 5.0.201
  • DotNet4.5.2 4.5.2.20140902
  • DotNet4.6.1 4.6.01055.20170308
  • dotnetcore-sdk 3.1.407
  • dotnetfx 4.8.0.20190930
  • dotPeek 2020.3.4
  • ffmpeg 4.3.2
  • fiddler 5.0.20204.45441
  • git 2.31.0
  • git.install 2.31.0
  • github-desktop 2.6.6
  • gittfs 0.32.0
  • GoogleChrome 89.0.4389.90
  • greenshot 1.2.10.6
  • KB2533623 2.0.0
  • KB2919355 1.0.20160915
  • KB2919442 1.0.20160915
  • KB2999226 1.0.20181019
  • KB3033929 1.0.5
  • KB3035131 1.0.3
  • KB3063858 1.0.0
  • KB3118401 1.0.5
  • kubernetes-cli 1.20.5
  • kubernetes-helm 3.5.3
  • kubernetes-kompose 1.22.0
  • llvm 11.0.1
  • make 4.3
  • mkcert 1.4.3
  • netfx-4.7.2-devpack 4.7.2.20190225
  • ninja 1.10.2
  • nodejs.install 15.12.0
  • notepadplusplus.install 7.9.4
  • nuget.commandline 5.8.1
  • openssl 1.1.1.1000
  • postman 8.0.7
  • PowerShell 5.1.14409.20180811
  • python2 2.7.18
  • resharper-platform 203.0.20210316.131859
  • terraform 0.14.8
  • terragrunt 0.23.40
  • vcredist140 14.28.29913
  • vcredist2010 10.0.40219.2
  • vcredist2015 14.0.24215.20170201
  • visualstudio-installer 2.0.1
  • voicemeeter.install 1.0.7.4
  • vscode 1.54.3
  • vscode.install 1.54.3
  • webstorm 2020.3.3
  • Wget 1.20.3.20190531
  • winmerge 2.16.10
  • yarn 1.22.5
  • youtube-dl 2021.03.14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment