Sweepfor Mac

Mac maintenance

Your First-Day Mac Onboarding Routine

Got a new Mac? Here's the first-day setup routine — security, structure, apps, backups — that gets you productive without future cleanup debt.

7 min read

A new MacBook is the rare moment when your computer is genuinely clean. No cruft, no leftover accounts, no ancient login items, no mysterious 80 GB of System Data. The initial setup determines whether the next two years will be smooth or whether you’ll be drowning in cleanup again by spring.

Spend an hour on day one doing it right. Future you, in eighteen months, will be sending past you a thank-you note.

Step 1: The Setup Assistant — slow down

Don’t rush through Setup Assistant. The defaults aren’t always what you want.

Apple ID. Sign in. If this is a personal Mac, use your personal Apple ID. If it’s a work Mac with a managed Apple ID, sign in with that. Don’t mix them; the multi-Apple-ID dance later is painful.

Migration Assistant. Decide carefully:

  • Migrate from old Mac. Brings everything over, including the cruft. Easiest but inherits old problems.
  • Migrate from Time Machine backup. Same as above, just from a backup drive.
  • Migrate from Windows. Limited support. Mostly documents and basic settings.
  • Don’t migrate (clean install). Most work, best result. Fresh start, you decide what to bring over.

For a Mac you’ll keep 3+ years, I recommend the clean install. The transition pain is 4–8 hours of manual setup, but you avoid years of accumulated cruft.

iCloud. Enable Drive, Photos, Messages in iCloud, Notes, and Keychain at minimum. Other categories are personal preference. Be aware: iCloud Photos with “Optimize Mac Storage” off will download the full library, which can be hundreds of GB.

Touch ID / Apple Watch unlock. Set up immediately. They make daily Mac use much smoother.

Find My Mac. On. Always.

FileVault. Choose to enable. The encryption happens in the background and is transparent. A Mac without FileVault is a privacy disaster waiting to happen.

Step 2: Software updates first

Before you do anything else: check for updates.

Apple menu > System Settings > General > Software Update.

A new Mac usually ships with macOS several point versions behind current. Update before installing anything else. Updates change file paths, library locations, and security frameworks; better to install apps onto the latest macOS than upgrade later.

Restart after the updates finish.

Skip the manual huntSweep finds every cache, log, and forgotten file in seconds. Download Sweep free →

Step 3: Folder structure before files

Before you start dumping files into Documents, build the structure you actually want.

Mine looks like:

Documents/
├── Work/
│   ├── Active projects/
│   ├── Archive/
│   ├── Reference/
│   └── Templates/
├── Personal/
│   ├── Finance/
│   ├── Health/
│   ├── Legal/
│   ├── Travel/
│   └── Records/
├── Creative/
│   ├── Writing/
│   ├── Photography/
│   └── Side projects/
└── Inbox/        (catch-all for new files, triaged weekly)

Yours doesn’t need to match. The principle: clear top-level categories, with consistent organization inside each. Don’t mix work and personal at the top level. Don’t have 27 top-level folders.

Create the Inbox folder. It’s where new files land before triage. Saves you from making “where does this go” decisions in the moment.

Step 4: Essential apps, deliberately chosen

Resist the urge to install every app you’ve ever used. New Macs reward minimalism.

The non-negotiables:

  • A password manager. 1Password, Bitwarden, or built-in iCloud Keychain. Set up before installing anything that requires logins.
  • A backup tool. Time Machine if you have an external SSD. Plus iCloud Drive or Dropbox for active sync.
  • Browser. Safari is best for battery; Chrome or Firefox for compatibility. Pick a primary.
  • Office suite. Microsoft Office or Google Workspace, depending on what your world uses.

Worth installing on day one:

  • Your communication apps (Slack, Zoom, Discord — only the ones you use)
  • A note-taking app (Apple Notes, Bear, Notion, Obsidian — pick one)
  • A code editor if you’re a developer (VS Code, Cursor, etc.)
  • Design tools if relevant (Figma, Sketch, Photoshop)
  • A clipboard manager (Maccy, Raycast, Alfred — all have one)

Skip on day one, install when you actually need them:

  • Apps you “might use someday”
  • Free trials that aren’t urgent
  • Specialized tools for projects you don’t have right now
  • Anything you saw on a “must-have Mac apps” list but haven’t actually missed

A clean Applications folder on day one means you’ll only have the apps you actually use. Apps you install later, when you have a real reason, are apps that earn their place.

Tip: Make a `Mac-Setup.md` note as you go. List every app you install, every preference you change, every keyboard shortcut you customize. Saves hours next time you set up a Mac.

Step 5: System preferences pass

Walk through System Settings deliberately. The defaults aren’t bad, but a few changes make a real difference.

Trackpad. Three-finger drag (System Settings > Accessibility > Pointer Control > Trackpad Options) is excellent and unknown to most users. Tap to click is faster than press.

Keyboard. Set Caps Lock to Control or to Escape if you’re a developer (System Settings > Keyboard > Keyboard Shortcuts > Modifier Keys). Set key repeat rate to maximum.

Hot corners. System Settings > Desktop & Dock > Hot Corners. Set bottom-right to Lock Screen (instant lock when you walk away). Top-left to Mission Control. Customize as preferred.

Screenshots. Default save location to a folder, not Desktop:

mkdir ~/Pictures/Screenshots
defaults write com.apple.screencapture location ~/Pictures/Screenshots
killall SystemUIServer

Display. True Tone on. Night Shift configured if you work evenings.

Sound. Mute system alerts (System Settings > Sound > Alert volume). The default boop is annoying.

Battery. “Optimized Battery Charging” on.

Step 6: Privacy lockdown

System Settings > Privacy & Security. Walk through each section.

For a fresh Mac, almost nothing should have permissions yet. Be deliberate about granting them as apps request:

  • Camera. Only video apps you actually use.
  • Microphone. Same.
  • Screen Recording. Only screen recording tools.
  • Full Disk Access. Bare minimum. Backup tools, maybe a developer tool.
  • Files and Folders. Audit each request.
  • Accessibility. Only utilities that need to control the Mac (window managers, automation tools).

Less is more. You can always grant later when an app fails. You usually can’t undo over-granted permissions easily.

Also: enable Lockdown Mode if you’re at high risk (journalist, activist, executive). System Settings > Privacy & Security > Lockdown Mode.

Step 7: Browser hygiene from day one

Browsers accumulate cruft fast. Start clean.

One primary browser. Pick one. Resist the temptation to use three “for different purposes.”

Bookmarks bar minimal. Only items you click daily. Everything else gets bookmarked into folders.

Profiles. Make profiles for different contexts:

  • Personal
  • Work
  • Banking/Finance (separate cookies and accounts)
  • Throwaway (for occasional logins you don’t want polluting your main profile)

Extensions, deliberately. Install only what you use:

  • An ad blocker (uBlock Origin)
  • A password manager extension
  • Anything you actually use daily

Each extension is a permission, a privacy risk, and a performance cost. Be selective.

Make this a one-click ritualSweep is your routine — run it monthly, weekly, whenever the mood strikes. Get Sweep free →

Step 8: Backup, before you trust anything

A new Mac with no backup is one accident away from a clean Mac with no data.

Set up Time Machine on day one or two:

  • Buy or repurpose an external SSD (1 TB minimum, $80–100)
  • Plug in, System Settings > General > Time Machine > Add Backup Disk
  • Initial backup takes hours; subsequent are quick

iCloud Drive should be syncing your Documents folder. Check.

For irreplaceable items (photos, work, financial records), set up a third backup off-site:

  • Backblaze ($9/month for unlimited)
  • Or a second external drive at a friend’s or family’s house
  • Or extra iCloud storage

3-2-1 rule: 3 copies, 2 different media, 1 off-site.

Step 9: A few automations that pay off forever

These five-minute setups save hours over the life of the Mac:

Auto-empty Trash. Finder > Settings > Advanced > “Remove items from the Trash after 30 days.”

Optimize Mac Storage. Apple menu > About This Mac > Storage Settings > “Optimize Storage.”

Mail attachment downloads. Mail > Settings > Accounts > each account > “Download Attachments” set to Recent.

Hot corner for screen lock. As above. Lock-and-leave becomes a single gesture.

Spotlight indexing exclusions. If you have a folder of cache or build artifacts that you don’t want indexed, System Settings > Spotlight > Search Privacy > add the folder. Speeds up Spotlight.

Step 10: A clean snapshot

Once everything is set up, make a “known good” Time Machine backup. This is your “factory clean” state — useful if you ever want to reference what your Mac looked like before life happened.

Take a screenshot of:

  • Storage Settings (your starting baseline)
  • Login Items (your clean list)
  • Applications folder (your initial app set)

Save them to a Mac-Setup-Day-1 folder. In a year, comparing to current state shows you what’s drifted.

Reclaim 20+ gigs in one passSweep finds caches, snapshots, and old downloads adding up to most of System Data. Try Sweep free →

Step 11: Build the maintenance schedule

Don’t wait for cruft to build up. Schedule maintenance from day one:

  • Daily: 60-second cleanup at end of day
  • Weekly: 10-minute Friday review
  • Monthly: 20-minute first-Sunday review
  • Quarterly: 15-minute deeper check
  • Annual: Year-end cleanup

Add these as recurring calendar events with notifications. The schedule is what makes maintenance actually happen.

A new Mac maintained from day one will feel as fast in two years as it does today. A new Mac that gets the same neglect as your old one will feel just as slow as the old one within 18 months.

Common day-one mistakes

  • Migrating everything from the old Mac. Inherits cruft. Better to migrate selectively.
  • Installing 50 apps in the first week. You’ll regret it. Install on demand.
  • Skipping FileVault. Easiest privacy decision you’ll never have to revisit.
  • Not setting up backups. The new Mac honeymoon ends fast when an SSD fails.
  • Granting every permission an app asks for. Apps don’t deserve trust by default.
  • No folder structure. Files start landing in Documents or Desktop randomly. Hard to undo.
  • Skipping the maintenance schedule. Without it, the new-Mac feel lasts 6 months instead of 6 years.

That’s the full first-day routine. An hour of deliberate setup, a Mac that stays clean for years. Welcome to your new MacBook.

← Back to all guides