Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Last active January 12, 2023 01:12
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save justinyoo/3bfe96fe51b3ea489b5fb25f43c2cf54 to your computer and use it in GitHub Desktop.
Save justinyoo/3bfe96fe51b3ea489b5fb25f43c2cf54 to your computer and use it in GitHub Desktop.
Tools for .NET Developers on Mac
dotnet new sln --name MySolution
dotnet new classlib --name MyClassLib --language c#
dotnet sln add MyClassLib
brew update && brew install azure-cli
Install-Module -Name Az -AllowClobber -Scope CurrentUser
brew cask install microsoft-azure-storage-explorer
npm install -g azurite@2.7.1
brew cask install camtasia
brew cask install docker
brew tap isen-ng/dotnet-sdk-versions
brew cask install <version>
brew cask install dotnet-sdk
brew cask install gitkraken
brew cask install grammarly
brew cask install ngrok
brew cask install postman
brew cask install powershell
brew cask install snagit
brew cask install visual-studio-code
brew cask install visual-studio
dotnet --list-sdks
azurite --silent --location ~/azurite --debug ~/azurite/debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment