Mac maintenance
Setting Up a Mac for an Aspiring Power User
A power user's Mac setup for 2026. Raycast, Hammerspoon, Karabiner, dotfiles, automation, and the small habits that compound into a Mac that does what you mean.
You’ve been on Mac for two years, you can drive Spotlight in your sleep, and you’ve started to notice the thirty-second tasks that happen ten times a day. Renaming a batch of files. Pasting the same email signature. Opening the same five apps every morning. Resizing a window to half the screen. The Mac handles all of this, but the default ways are slow. Power users replace each of those with a keystroke.
This isn’t about installing 50 utilities. It’s about layering a few capable tools and developing a small, opinionated configuration that fits your hands. Here’s the path.
What “power user” actually means
Power users on Mac aren’t necessarily developers or sysadmins. They’re people who:
- Use the keyboard more than the mouse
- Build small workflows that turn 6-step tasks into 1-step ones
- Customize their environment to fit their hands, not the defaults
- Keep their Mac fast for years through habit, not heroic cleanup
The investment is a weekend of setup. The return is hours saved every week, forever.
The launcher: Raycast or Alfred
Spotlight is fine. The third-party launchers are dramatically better.
- Raycast (free, $8/month for Pro) — the modern standard. Open-source ecosystem, AI integration, built-in tools for clipboard history, snippets, window management, calculator, and dozens of integrations (Slack, Linear, GitHub, Notion).
- Alfred ($45 Powerpack one-time) — the older, deeper, more scriptable option. Workflows are more powerful but the learning curve is real.
- LaunchBar ($29/year) — long-running, has a niche audience.
Pick one and learn it deeply. Bind to ⌘-Space (replacing Spotlight) or to a separate hotkey if you want both.
What changes:
- App launching: type 3 letters, hit Enter
- File search across the Mac, faster than Finder
- Clipboard history with search
- Snippet expansion (
;email→ your full email signature) - Window management without a separate app
- AI commands (Raycast AI, ChatGPT integrations)
- Calculator and unit conversion in the launcher itself
Within a month you’ll forget how you ever launched apps from the Dock.
Window management
The Mac’s default window management is anemic compared to PowerToys on Windows.
- Rectangle (free, open-source) — the simple favorite. Move and resize windows with keyboard shortcuts. Half-screen, quarter-screen, thirds — all keyboard-driven. Set up once, use forever.
- Magnet ($8) — paid alternative, similar features.
- Raycast Window Management — built into Raycast, no extra install needed.
- Yabai + skhd — tiling window manager for true keyboard-driven workflow. Steep learning curve, requires SIP partial disable. Power-user-only.
- Aerospace — newer tiling WM, doesn’t require SIP changes. The 2026 favorite for tiling enthusiasts.
For most aspiring power users, Rectangle covers it. The keystroke pattern (Ctrl+Option+Left to send window to left half, etc.) becomes muscle memory in days.
Keyboard customization
The keyboard is your primary input. Tune it.
- Karabiner-Elements (free) — the keyboard customization standard. Remap keys, create complex modifications, build layers of bindings.
- Hyperkey — bind Caps Lock to a “Hyper Key” (Cmd+Option+Ctrl+Shift held simultaneously) so your Caps Lock becomes a personal modifier nothing else uses.
- Goku — text-based config for Karabiner, easier to version-control than the JSON.
Customizations worth the time:
- Caps Lock as Control — the classic. Saves your pinky from the corner Control key.
- Cmd+H disabled — accidentally hiding apps mid-flow is annoying.
- Globe key as Hyper Key — the new MacBook Globe key (formerly Fn) is excellent for personal hotkeys.
- App-specific shortcuts — make Cmd+Tab smarter, repeat-key behavior in specific apps.
For mechanical keyboards: QMK and VIA let you remap at the firmware level, no Mac software needed.
Text expansion and snippets
Repetitive typing is one of the biggest productivity drains.
- Raycast Snippets — built into Raycast, free, sufficient for most.
- TextExpander ($40/year) — the dedicated app, deepest features, expensive.
- espanso (free, open-source) — cross-platform, text-based config.
Snippets worth setting up:
- Email signature, phone number, address
- Common code snippets and boilerplate
- Frequently-used URLs
- Date and time inserts (
;date→ today’s date) - Email templates (“thanks for the meeting,” “introducing X to Y”)
- Markdown shortcuts
Once you have 30+ snippets in regular use, the time savings are obvious. Most power users have hundreds.
Clipboard history
Once you have clipboard history, you don’t go back.
- Raycast Clipboard History — built in, fine for most.
- Maccy — open-source, dedicated clipboard manager.
- Paste ($30/year) — paid, beautifully designed, popular among designers.
A clipboard history saves the last 100+ items you’ve copied. Search, paste, restore. No more “did I just copy over the thing I needed?”
Automation: Hammerspoon, Shortcuts, Keyboard Maestro
The deeper end. Most power users don’t go here, but those who do never go back.
- Apple Shortcuts — free, built-in, reasonably capable, easy. The right starting point.
- Keyboard Maestro ($36) — the dedicated automation standard. Macros for everything: launch app sequences, manipulate windows, manipulate text, run scripts, schedule tasks.
- Hammerspoon (free, open-source) — Lua-scripted Mac automation. Programmable, infinitely extensible.
- BetterTouchTool ($22 lifetime) — gesture and trigger customization for trackpad, mouse, keyboard, Touch Bar.
Common automations worth building:
- “Start work” — opens email, calendar, Slack, and the project I’m on this morning
- “Focus mode” — closes distracting apps, mutes notifications, opens just the editor
- “Screenshot to Slack” — capture screen and copy a markdown link to current channel
- “Window arrangement for video call” — Zoom, notes app, calendar in specific positions
- “End of day” — close all apps, run cleanup tasks, lock screen
The first automation takes an hour. The 50th takes 5 minutes because you’ve internalized the patterns.
Dotfiles and configuration management
If you’re investing in a custom setup, version-control it.
- A private GitHub repo with your
.zshrc, Karabiner config, Raycast snippets, Rectangle preferences, and so on. - Use chezmoi or dotbot to manage dotfiles across multiple Macs.
- Brewfile for installed apps (
brew bundle dump --file=~/Brewfile).
A new Mac becomes a 30-minute setup, not a weekend. When you upgrade hardware, your environment is intact immediately.
Privacy, security, and hardening
Power users care about what’s running and what has access.
- Little Snitch ($45) — outbound network firewall. See and control what apps phone home. The single most-installed power-user network tool.
- LuLu (free, open-source) — Little Snitch alternative.
- Lockdown Mode — Apple’s extreme privacy mode for high-risk users.
- Audit granted permissions monthly — System Settings → Privacy & Security → review every category, remove what’s stale.
- FileVault on, Touch ID for sudo — basic but essential.
For password management: 1Password Family ($60/year) for most, Bitwarden (free) for budget-conscious. Avoid Apple Keychain as primary if you also have non-Apple devices.
Terminal and shell investment
Even for non-developers, the terminal is a power tool.
- iTerm2 or Ghostty as the terminal emulator.
- Zsh with Oh My Zsh or Starship for a usable prompt.
- fzf, ripgrep, bat, fd, eza — modern replacements for find, grep, cat, ls.
- z or zoxide — jump to directories by typing partial names.
- tldr — practical command examples instead of dense man pages.
Even basic shell familiarity opens up: batch file rename via mv and shell loops, git command line for version control, image manipulation via ImageMagick, system inspection with top and htop.
Menu bar discipline
The menu bar tells you what’s running and gives quick access to settings. Power users tune it carefully.
- Bartender ($16) or Hidden Bar (free) — hide overflow menu bar items behind an arrow.
- iStat Menus ($12) or Stats (free, open-source) — CPU, memory, disk, network in the menu bar.
- Battery Buddy or AlDente — battery management for MacBooks.
- Lungo — keep Mac awake without changing power settings.
- Itsycal or Cron / Notion Calendar — calendar in the menu bar.
The trap: too many menu bar apps. Each one is RAM and CPU. Be selective.
Maintenance discipline
A power user’s Mac isn’t pristine because they restart often. It’s pristine because they have habits.
- Weekly: restart Mac, clear Downloads, empty Trash, audit menu bar
- Monthly: review login items, audit granted permissions, run a cleanup pass
- Quarterly: uninstall unused apps via a real uninstaller, clear caches, refresh dotfiles
- Annually: big audit — apps, fonts, browser extensions, automations, key bindings. Prune what’s stale.
A power user’s Mac in year five feels exactly the same as in year one. The defaults haven’t drifted, the cruft hasn’t accumulated, the muscle memory still works.
The investment is real. So is the payback. Spend the weekend, build the muscle memory, and the Mac becomes an instrument that fits your hands. Most users plateau at “I know my way around.” Power users keep going past that and never look back.