This will be an on going, dare I say “evergreen” resource for me to remind me of some handy tips when using PowerShell, azure cli or AWS cli while on my mac. I’ve been a windows pc user since windows 3.1 and have recently forced myself to change from windows are my primary day to day work machine to a MacBook. It’s certainly been interesting. Hopefully some of these can be helpful to some other “recent” mac “dual wielders”. (I’m still a heavy windows user)

Homebrew
Install Homebrew:

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

install PowerShell
brew install powershell/tap/powershell

Update PowerShell

brew update
brew upgrade powershell

PowerShell
check PowerShell version:  pwsh --version

Azure CLI
check Azure CLI version: az –version

AWS CLI

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.