# remove all things from the dock
defaults write com.apple.dock persistent-apps -array && killall Dock
# install homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# install chrome and firefox
brew install --cask google-chrome
brew install --cask firefox
# install gh and obsidian
brew install gh obsidian
# Rectrangle for a better window handling
brew install --cask rectangle
brew install --cask telegram
# install uv
curl -LsSf https://astral.sh/uv/install.sh | shAlso see My current terminal setup for macos