What’s on my Mac

Contents
← All posts

Everybody does different things on their Mac, so their configurations are naturally different from one another. I do a creative combination of interaction design, web development, all-things development using AI tools, and studying Computer Science. Here’s what’s on my Mac, currently. The things I left out are things I couldn’t think off, meaning they have to be irrelevant.

If you get some inspiration from here, or have inspiration for me, let me know!

1. Applications

  • Affinity
  • Antigravity
  • Cap (Screen Recordings)
  • Chrome
  • Codex
  • Color Picker
  • Cyberduck (FTP connection)
  • Delete Apps
  • Dia Browser
  • Figma
  • Final Cut
  • Font Converter
  • Hyperkey
  • iA Writer
  • Local (WP)
  • Mac Mouse Fix
  • Maccy
  • Mos
  • Obsidian
  • Office
  • Pure Paste
  • Raycast
  • reMarkable
  • Shottr (Screenshots)
  • Spotify
  • TeamViewer
  • Tiny Ipsum
  • VS Code
  • WhatsApp
  • Windscribe
  • Arc (not used)
  • Atlas (not used)
  • Comet Browser (not used)
  • SnippetsLab (not used)
  • UTM (not used)
  • Vivid (not used)

2. Terminal Tools

Claude Code

Change default browser

If you’re changing browsers a lot, this makes things easier than navigating though System Settings

kerma/defaultbrowser

Quartz build commands

  • npx quartz create
  • npx quartz sync

Push Themes or Plugins from Local (WP) to Site

ffabbr/wp-local-push

Record MacBook screen with system audio

  • Install BlackHole 16ch
  • Set as output option in Audio-Midi-Setup
  • Select at System Settings>Sound>Output
  • Use BlackHole as Microphone

reMarkable as graphic pad

For certain graphic purposes I need to use my reMarkable as an external graphic tablet to my Mac.

  • pip install remarkable-mouse
  • remouse –address 10.0.0.14 –orientation left

3. Automator

Switch Folders

Move files from the default Downloads folder to a custom (f.ex. iCloud based) downloads folder

ffabbr/mac-automator-services

Open in IDE

Open a folder or file in the IDE of your choice, all through a keyboard shortcut

ffabbr/mac-automator-services

Create new file

Opens a popup to type the filename and extension of a new file that is created at the current finder position.

ffabbr/mac-automator-services

4. Chrome Extensions

  • CSS Inject
  • Dark Reader
  • Jam
  • Scribe
  • Wappalyzer
  • WhatFont
  • Other self-made improvements

5. Keyboard shortcuts

General

  • Maccy: cmd+shift+c
  • Color picker: cmd+shift+f
  • Automator create file name popup: cmd+shift+e
  • Finder aufräumen: cmd+shift+a
  • Open in VS Code: cmd+shift+1
  • Text extraction through Shottr: cmd+shift+^
  • Window screenshot through Shottr: cmd+shift+2
  • Safari (Automator quick action): hyperkey+s
  • Obsidian (Automator quick action): hyperkey+o
  • Music (Automator quick action): hyperkey+m
  • Dia (Automator quick action): hyperkey+d
  • Drag between virtual screens by pressing mouse key
  • Fokus in nächstes Fenster option+tab

Window Management

  • Side by side (built into macOS): hyperkey+2
  • Switch sides of side by side (built into macOS): hyperkey+3
  • Four tiles screen (built into macOS): hyperkey+4
  • Move window to left (built in): hyperkey+j
  • Move window to right (built in): hyperkey+l
  • Center window (built in): hyperkey+k
  • Full screen (built in): hyperkey+i

Set screenshot default action to copy image. That makes saving the screenshot complicated through. In settings, you can set separate shortcuts for copying and saving. I use Shottr to make nice one-window screenshots, but learned that you can do by default with cmd+shift+4, and then space.

Also in the trackpad settings, disable force press and enable App-Exposé. And the bottom right corner is set to display the Desktop as a hot corner.

Oh, and by the way

Remove everything except for apps, reminders, calendar, contacts, shortcuts, notes, calculator, voice memos, settings, phone, web-app, menu elements, folders from Spotlight. Also remove lots of folders from the indexing (through privacy)

6. Obsidian

Theme

  • Minimal Theme by kepano

Plugins

  • Claudian Extension
  • Hider by kepano
  • Minimal Theme Settings by kepano
  • Create List of Notes
  • Find Orphaned Images
  • Latex Suite
  • Omnisearch
  • WordPress

Kurzbefehle

  • Toggle left and right sidebars: cmd+shift+ö and cmd+shift+ä
  • Delete file: cmd+shift+l

7. Dock 

Fix Dock speed:

defaults write com.apple.dock autohide-delay -float 0.12; killall Dock

Reset Dock speed:

defaults delete com.apple.dock autohide-delay; killall Dock

8. Raycast

I don’t have much of a Raycast workflow, in fact, everything I do with Raycast I could do with built-in Spotlight. Problem is that Spotlight is incredibly slow. To make it quicker, I disabled pretty much all result types in settings, but it still remained (too) slow. You type the name of an application, need to wait for a second for it to load, you click enter, and in the last second it re-arranges such that you click the wrong thing. Raycast fixes that beautifully.