Here’s how I setup my new Macbook.
These settings are a subset of what I found on this blog post.
#1. Disable animations when opening and closing windows.
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false
#2. Disable animations when opening a Quick Look window.
defaults write -g QLPanelAnimationDuration -float 0
#3. Accelerated playback when adjusting the window size (Cocoa applications).
defaults write NSGlobalDomain NSWindowResizeTime -float 0.001
#4. Disable animation when opening the Info window in Finder (cmd⌘ + i).
defaults write com.apple.finder DisableAllAnimations -bool true
#5. Disable animations when you open an application from the Dock.
defaults write com.apple.dock launchanim -bool false
#6. Make all animations faster that are used by Mission Control.
defaults write com.apple.dock expose-animation-duration -float 0.1
#7. Disable the delay when you hide the Dock
defaults write com.apple.Dock autohide-delay -float 0
#9. Disable the standard delay in rendering a Web page.
defaults write com.apple.Safari WebKitInitialTimedLayoutDelay 0.25
# 10. Show hidden files. Allows editing hidden files too.
defaults write com.apple.finder AppleShowAllFiles -bool YES
Turn off the default Date / Time and replace it with itsycal.
Visit the Settings
Enable Show month in Icon
h:mm a
use this format for time.
Drag it in the menu bar to the far right.
System Preference > Control Center > Clock Options -> Show date = Never.
Change to Analog instead of Digital.
While you’re here:
Add new Keyboard shortcuts:
Cmd+Shift+[
keys to Alt+[
(and equivalent) so it requires less use of the pinky finger.Install the fonts I like to use.
You’ll probably want to setup GitHub.
git clone
git config --global core.editor "code --wait"
After logging in, I have it integrated with Alfred so I don’t need to chase around my keys. Follow the instructions here.