Skip to content

Instantly share code, notes, and snippets.

@wtfluckey
Last active April 27, 2021 21:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wtfluckey/5fcabe3c0353824e547f5f0f1ff5e36e to your computer and use it in GitHub Desktop.
Save wtfluckey/5fcabe3c0353824e547f5f0f1ff5e36e to your computer and use it in GitHub Desktop.
Set up a new laptop from scratch

New laptop setup instructions. YAY!

  1. Firefox
  2. 1Password
    1. Be sure to have 1Password Recovery information
    2. Download 1Password App
  3. Setapp via web then download the app
    1. Clean My Mac
    2. Lungo
    3. Mosaic
    4. Paste
    5. Magic Window Air
  4. Slack
  5. VSCode
    1. Vim
    2. Atom One Dark Theme
    3. Material Icon Theme
  6. Iterm
    1. Color Themes
  7. OhMyZsh
    1. Spaceship Theme
    2. Add aliases.zsh to ~/.oh-my-zsh/custom
  8. Generate new SSH Key
    1. Add SSH key to Github
  9. Github Desktop
    1. Install Command Line Tools via menu (GitHub Desktop -> Install Command Line Tools)
    2. Add gh alias to .zsh (should be included in aliases.zsh)
  10. Download XCode
  11. Enable key repeat by entering defaults write -g ApplePressAndHoldEnabled -bool false in iTerm
  12. Giphy Capture
  13. Image Optim
alias gh='github'
alias gco='git checkout'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment