Macos setup

LinkIconMacos Command Lines

Important

Must logout and login from macos to take effect

Fix open docker delay time

defaults write com.apple.dock autohide-delay -float 0; 
defaults write com.apple.dock autohide-time-modifier -int 0.5;
killall Dock

Disable character tooltip menu upon press & hold. In my case will set true because InitialKeyRepeat=10 which triggers keys very fast.

# globally
defaults write -g ApplePressAndHoldEnabled -bool false
 
# for vscode scope
defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false 
 
# reset
defaults delete -g ApplePressAndHoldEnabled
 
# read
defaults read -g ApplePressAndHoldEnabled

Delay until repeat: controls how long must hold a key before repeating begins. Minimum in settings is 15

defaults write -g InitialKeyRepeat -int 9
 
# read
defaults read -g InitialKeyRepeat

Key repeat rate: controls how fast characters repeats. Minimum in settings is 2

defaults write -g KeyRepeat -float 1.5
 
# read
defaults read -g KeyRepeat

LinkIconDev

Oh My Zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

LinkIconBrew

List of packages installed with Brew

  • Altab
  • Hidden Bar
  • Itsycal
  • Stats
  • turso
  • cmatrix
  • tetris
  • git

LinkIconApps

List of apps installed

  • Raycast
  • Brave
  • Zen
  • CleanShotX
  • Warp
  • Cursor
  • Postman
  • Notion
  • Obsidian
  • Discord
  • Karabiner
  • LT Browser
  • Microsoft Word
  • Highlight
  • Equinox — create dynamic wallpapers
  • DisplayLink Manager
  • Cyberduck
  • Color Picker
  • Zoom