First Install

Your interactive checklist for setting up a new Mac or Windows PC. Check off apps as you install them and settings as you configure them. Progress is saved locally in your browser.

Apps to Install

0/5

Replace Spotlight with a smarter launcher for your Mac. Search apps and files, run commands, manage your clipboard, and extend it with hundreds of integrations.

brew install --cask raycast
launcherproductivityautomation

Keep your passwords and personal information safe. 1Password stores everything securely and fills it in automatically across all your devices.

brew install --cask 1password
securitypasswordsidentity

A browser built around focus. Organize tabs into Spaces, browse side by side with Split View, and keep distractions out of the way.

brew install --cask arc
browserfocusdesign

Take full control of your displays. Adjust HiDPI scaling, brightness, and color on any external monitor — including XDR and HDR support.

brew install --cask betterdisplay
displayhidpiexternal-monitor

Capture anything on your screen and share it instantly. Screenshots, scrolling captures, screen recordings, GIFs, and annotations — all in one app.

brew install --cask cleanshot
screenshotsrecordingsharing

Scripts to Run

0/5

Hide the Dock to give your apps more room. It slides back into view when you move your pointer to the bottom of the screen.

defaults write com.apple.dock autohide -bool true && killall Dock
dockmacosdefaults

Always show file extensions in Finder so you know the exact type of every file at a glance.

defaults write NSGlobalDomain AppleShowAllExtensions -bool true && killall Finder
finderfilesdefaults

Tap your trackpad to click instead of pressing down. A lighter touch for everyday use.

defaults write com.apple.AppleMultitouchTrackpad Clicking -bool true && defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -bool true
trackpadinputdefaults

Show hidden files and folders in Finder, including dotfiles and configuration directories.

defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder
finderdotfilesdefaults

Speed up key repeat for a snappier keyboard. A shorter initial delay and faster repeat rate makes navigation noticeably quicker.

defaults write NSGlobalDomain KeyRepeat -int 2 && defaults write NSGlobalDomain InitialKeyRepeat -int 15
keyboardinputdefaults
0/10 completed