Skip to content

Instantly share code, notes, and snippets.

@spencerdodd
Last active August 24, 2018 00:14
Show Gist options
  • Save spencerdodd/972a116f79e3b2d8ffe3c63c0f246ef7 to your computer and use it in GitHub Desktop.
Save spencerdodd/972a116f79e3b2d8ffe3c63c0f246ef7 to your computer and use it in GitHub Desktop.
macOS fresh install steps

Installations

  • firefox
  • 1password
  • viscosity
  • sublimetext3
    • package control
    • ayu
    • a file icon
  • 1password
  • iterm2
    • ITerm2 Color Schemes (ayu)
    • zsh
    • ohmyzsh (agnoster theme)
  • command line tools
  • brew
  • virtualbox
  • tree

Configurations

  • change location of screenshots
mkdir ~/Pictures/screens
defaults write com.apple.screencapture location ~/Pictures/screens
killall SystemUIServer
  • generate new ssh key
rm -rf ~/.ssh/*
ssh-keygen -b 4096 -y
  • source ~/.bashrc from ~/.zshrc
  • edit ~/.bashrc:
alias python="python3"
alias pip="pip3"

brew

  • install:
  • python3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment