List of apps, settings and configuration I typically do when setting up a new mac.
Settings -> keyboard
key repeat rate: fastest
delay until repeat: shortest
disable accents menu on long keypress:
bash defaults write -g ApplePressAndHoldEnabled -bool true
make sure locale is en-us: add this to .zshrc
:
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
Optional: use Karbiner to switch the section key with tilda: simple modifiction -> section key to tilda key
apps.txt
alt-tab
font-hack-nerd-font
hiddenbar
iterm2
karabiner-elements
sublime-text
raycast
pearcleaner
mac-mouse-fix
eza
git
fnm
to install everything from that file, use
xargs brew install < apps.txt
Set hotkeys for clipboard manager, emoji picker
- Changecase
- Kill process
- Port manager
Theme: minimal Profile -> Colors -> Color Presets: choose something Profile -> Text -> Font: Hack Nerd Font Mono Profile -> Text -> Cursor: Vertical Profile -> Text -> Window: Transparency and blur Profile -> Text -> keys -> key mappings -> presets: Natural text editing