Set up a new Mac
I bought a new MacBook, as I thought the new US tariff would increase the price of Apple products. This is how I set up a new Mac. Install brew Then, I install my favourite apps Chrome: brew install --cask google-chrome Rectangle: brew install --cask rectangle Warp: brew install --cask warp Delete all the apps from the Dock: defaults delete com.apple.dock persistent-apps && killall Dock Turn on Auto hiding on Dock. Enable 3 finger drag and drop. -- to be continued

I bought a new MacBook, as I thought the new US tariff would increase the price of Apple products. This is how I set up a new Mac.
- Install brew
Then, I install my favourite apps
- Chrome:
brew install --cask google-chrome
- Rectangle:
brew install --cask rectangle
Warp:
brew install --cask warp
Delete all the apps from the Dock:
defaults delete com.apple.dock persistent-apps && killall Dock
Turn on Auto hiding on Dock.
Enable 3 finger drag and drop.
-- to be continued