From 40b520320e3fa6f246b550b4031bd8f21867c18f Mon Sep 17 00:00:00 2001 From: effe Date: Fri, 27 Sep 2024 12:09:02 -0400 Subject: [PATCH] docs: macos-setup.md --- content/post/macos-setup/index.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/content/post/macos-setup/index.md b/content/post/macos-setup/index.md index fd4a272..aea5c06 100644 --- a/content/post/macos-setup/index.md +++ b/content/post/macos-setup/index.md @@ -18,3 +18,31 @@ This is a collection of tools I am using on my M1 Macbook Pro. Some of it is sti I am using the Yabai tiling window manager to replicate the setup i have on my Linux machines, Alacritty as my terminal emulator, Powerlever10k as zsh theme and more. Still, id first start with the changes i made in the system setting to remove most of the annoying and/or useless macOS features. +# System settings +## Desktop & Dock +Set **Click wallpaper to reveal desktop** to **Only in Stage Manager**\ +Uncheck **Show items On Desktop**\ +Remove all apps from the dock\ +Set dock size to as small as possible\ +Check **Automatically hide the Dock**\ +Uncheck **Animate opening applications**\ +Uncheck **Show suggested and recent apps in the Dock** +### Widgets (available since MacOs Sonoma) +Completely disable the widgets +## Notifications +Disable all notifications when the screen is on and unlocked\ +Keep notifications when screen is on and locked +## Control Center +Remove everything except Clock, WiFi and Battery indicators\ +More changes will be done during the Menu Bar setup +## Siri & Spotlight +Completely disable Siri, leave Spotlight unchanged, won't be using it anyway once RayCast is installed +# RayCast +I use RayCast as an app launcher, although it can do way more things than just launch your apps, and if you're interested you can check the enormous amount of community plugins available. + +Download and install [RayCast](https://www.raycast.com/), follo the tutorial if necessary.\ +Disable **Window Manager** control +# Homebrew +A package manager for MacOS. Does what it's supposed to do, and you basically have no alterative.\ +Can be installed as a RayCast plugin and used by opening RayCast and typing **brew**, but personally i find myself using it from the terminal almost always. +Download and install [Homebrew](https://brew.sh/)