______/\\\_____/\\\\\\\\\\______/\\\\\\\\\\___/\\\\\\\\\\\\\\\_
__/\\\\\\\___/\\\///////\\\___/\\\///////\\\_\/////////////\\\_
_\/////\\\__\///______/\\\___\///______/\\\_____________/\\\/__
_____\/\\\_________/\\\//___________/\\\//____________/\\\/____
_____\/\\\________\////\\\_________\////\\\_________/\\\/______
_____\/\\\___________\//\\\___________\//\\\______/\\\/________
_____\/\\\__/\\\______/\\\___/\\\______/\\\_____/\\\/__________
_____\/\\\_\///\\\\\\\\\/___\///\\\\\\\\\/____/\\\/____________
_____\///____\/////////_______\/////////_____\///______________
Everything I need to set up a new mac.
Constantly evolving
Send me feedback / tips on Twitter @alxcnwy
- Appearance
- Dark
- Keyboard shortcuts
- map caps lock -> escape
- Desktop & Dock
- setup hot corners
- top left: Put Display to Sleep
- top right: Mission Control
- bottom left: Start Screen Saver
- bottom right: Desktop
- setup hot corners
- Screensaver
- Setup Matrix screensaver in this repo
- Set screen lock to 60 seconds
- Trackpad settings
- max out trackpad speed
- turn on tap to click
- change swipe between pages to two fingers
- change swipe between full screen apps to four fingers
- change mission control to swipe up four fingers
- Energy Saver
- Security and Privacy
- turn on FileVault
- audit location and other permissions
Install the apps in mac_apps.txt
- most are from the app store but specialist ones below:
- alt-tab
- Bartender
- BetterTouchTool
- Folder Peek
- HandBrake
- Hazel
- istatmenus
- KeyClu
- little snitch
- Monitor control
- Rewind.ai
- Rocket
- Text sniper
- timingapp
- Warp
- XMenu
- yt-dlp
Install Warp.
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
copy dotfiles/.zshrc
into ~
install shell integrations to enable copy last output shortcut (cmd+shift+a)
brew list | xargs -L1 > Brewfile
cat Brewfile | xargs brew