/dotfiles

muh dotfiles

Primary LanguagePython

dotfiles

Setup a new computer

Personal Mac

Pre Bootstrap: Install XCode Tools

  • Download Xcode from the App Store
  • Install developer tools xcode-select --install

Work Mac

Linux

Bootstrap

./bootstrap

# If at work you must be off VPN else Github will throttle you
./script/install-personal-binaries

Mac Apps

Install Sublime Text

Install VS Code

Mac App Store

Others

Dracula Themes

Install Dracula theme for the following applications

  • Terminal
  • VS Code
    • this should be handled automatically by VS Code Settings Sync

Python on Mac

Mac OS Preferences

Modifier Keys

  • Caps Lock to Control

System Preferences

  • Map cmd+shift+\ to show notification center

Magnet Shortcuts

  • Left - ctrl + cmd + left

  • Right - ctrl - cmd + right

  • Left Third - ctrl + alt + cmd + left

  • Right Third - ctrl + alt + cmd + right

  • Left Two Thirds - ctrl + alt + cmd + up

  • Right Two Thirds - ctrl + alt + cmd + down

  • maximize - ctrl + alt + cmd + m

Things shortcuts

  • New todo - ctrl + cmd + space
  • helper todo - ctrl + alt + cmd + space

Mac OS Hot Corners

  • Upper left - Mission control
  • lower left - desktop
  • Upper Right - application windows
  • lower left - quick note

Terminal

  • set font to Menlo Regular for Powerline @ 14pt

Mail.app

  • "Show most recent messages at the top"

Appendix

Github Codespace: use zsh when connecting over ssh

gh codespace ssh -- -t 'zsh -l'