Skip to main content

Workstation Setup

Tools

Browser:

Multimedia:

Password Managers:

Development:

Miscellaneous:

Mac

For MacOS i recommend Homebrew as package manager.

Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Basic usage
brew install tree
brew remove tree
brew update
brew upgrade --cask

Windows

For Windows i recommend the Windows Package Manager (winget). On Windows 10/11 it's installed by default.

winstall.app is a awesome list of available packages.

Basic usage
winget install --id=Google.Chrome -e
winget uninstall --id=Google.Chrome
winget upgrade
winget upgrade --all
winget list