Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 614 Bytes

File metadata and controls

12 lines (11 loc) · 614 Bytes

dotfiles

Mac setup instructions.

  1. Install homebrew including "Next steps" in output.
  2. "echo 'alias python=python3' >> ~/.zprofile".
  3. "brew reinstall python"
  4. “brew install vim cmake npm iterm2 flake8”
  5. Reboot.
  6. "git config --global --edit"
  7. Follow Github's instructions for adding an SSH key to GitHub. Note that you need to change "*.github.com" to "*github.com" in the config file.
  8. Clone this directory.
  9. “cd dotfiles && sh autoinstall.sh”