Skip to content

Instantly share code, notes, and snippets.

@ctrlShiftBryan
Last active November 13, 2022 00:58
Show Gist options
  • Save ctrlShiftBryan/34b74cfa5470825daf1234bcab677f9c to your computer and use it in GitHub Desktop.
Save ctrlShiftBryan/34b74cfa5470825daf1234bcab677f9c to your computer and use it in GitHub Desktop.
How To Prevision OSX
  1. Chrome
  2. VSCode
  1. enable desktop spaces shortcut
  • System Preferences -> Keyboard -> Shortcuts -> Mission Control
  • Move left a space ctrl+shift+h
  • Move right a space ctrl+shift+l
  1. install cascadia code font
  2. Spotify
  3. iterm2
  4. xcode command line developer tools
  5. oh-my-zsh
  1. clone .zsh personal stuff from github
  2. copy env.sh from old system
  3. Add .ssh from old system
  4. git

git config --global user.name "ctrlShiftBryan" . git config --global user.email [email protected]

  1. Alfred
  2. spectacle
  3. brew
  4. asdf (set globel versions)
  • nodjes
  • elixir
  • erlang
  1. npm install -g yarn
  2. python from brew
  3. ansible
  4. docker
  5. postgres docker https://github.com/ctrlShiftBryan/postgres_docker
  6. brew install libpq (psql pg_dump)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment