Skip to main content

Joining a new company / team there is always a lot of new items to do, install and familiarise yourself.  Below is a working list:

Products
URL / install path
Notes
Homebrew
https://brew.sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
 
Docker
 
Visual Studio Code
 
Sequel Ace
 
App Store
1Password
 
App Store
Asana
 
Invitation
Slack
 
Invitation
Bitbucket
 
Invitation
MS Teams
 
Spark
 
App Store
​​​​​​​Preferred over OSX Mail
wget
brew install wget
If using the site scraping tool

Note - most of these are not order dependant - except for Homebrew.  Install this first, then add the balance.

I'll add to this list over time as I discover new elements to working here.

Related articles

Andrew Fletcher16 Jan 2025
get IP address from terminal OSX
When troubleshooting network issues or configuring devices, knowing your IP address can be essential. Whether you're connected via Wi-Fi, Ethernet, or tethering through a mobile provider, macOS offers powerful built-in tools to quickly identify your IP address. Here's a practical guide tailored to...