From c9314e28f6647d1160503457eb3f4afd1fe1cc7d Mon Sep 17 00:00:00 2001 From: mx Date: Wed, 16 Jul 2025 13:22:47 +0000 Subject: [PATCH] Update README.mb --- README.mb | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/README.mb b/README.mb index e69de29..f0f1bbc 100644 --- a/README.mb +++ b/README.mb @@ -0,0 +1,68 @@ +# 🍎 My MacBook Setup + +This is my personal macOS setup featuring: + +- **[SketchyBar](https://github.com/FelixKratz/SketchyBar)** – a highly customizable status bar. +- **[AeroSpace](https://github.com/nikitabobko/AeroSpace)** – a tiling window manager for macOS. + +✨ The whole setup is themed with **[Catppuccin Mocha](https://catppuccin.com/)** for a beautiful and consistent look. + +--- + +## ✨ Features + +✅ Clean, minimal status bar with SketchyBar +✅ Tiling window management using AeroSpace +✅ Fast navigation and resizing with custom keybindings +✅ Multiple workspaces for organization +✅ **Catppuccin Mocha** color palette across apps and bar + +--- + +## 🛠️ AeroSpace Keybindings + +### 🔎 Focus movement +- alt-h / alt-left → focus left +- alt-j / alt-down → focus down +- alt-k / alt-up → focus up +- alt-l / alt-right → focus right + +### 📦 Move windows +- alt-shift-left → move left +- alt-shift-down → move down +- alt-shift-up → move up +- alt-shift-right → move right + +### 📐 Resize +- alt-9 → resize smart -50 +- alt-0 → resize smart +50 + +### 🖥️ Workspaces +- alt-1 … alt-5 → switch to workspace 1–5 +- alt-d → workspace D +- alt-s → workspace S +- alt-shift-1 … alt-shift-5 → move window to workspace 1–5 + +### 🧩 Layouts & fullscreen +- alt-a → toggle floating/tiling +- alt-shift-f → fullscreen +- alt-period = 'layout tiles horizontal vertical' +- alt-comma = 'layout accordion horizontal vertical' +- alt-enter = 'exec-and-forget open -n /Applications/Ghostty.app' # Opens Ghostty terminal + +📖 For more details, see the [AeroSpace commands documentation](https://nikitabobko.github.io/AeroSpace/commands). + +--- + +## 📸 Screenshots + +| ![Screenshot 1](images/1.png) | ![Screenshot 2](images/2.png) | ![Screenshot 3](images/3.mp4) | +|-----------------------------------------|-----------------------------------------|-----------------------------------------| + +--- + + + +--- + +*Sketchybar modified from some dude on reddit*