Skip to content

Instantly share code, notes, and snippets.

@robzwolf
Last active June 28, 2021 20:55
Show Gist options
  • Save robzwolf/d54a55586d6719165ad283864ac649fa to your computer and use it in GitHub Desktop.
Save robzwolf/d54a55586d6719165ad283864ac649fa to your computer and use it in GitHub Desktop.
Set Up Your Environment
  1. If in macOS, install iTerm2.
  2. Install Homebrew.
  3. Install oh-my-zsh.
  4. Install powerlevel10k.
  5. Set alias ls="ls -oahG"
  6. Configure git author
    git config --global user.email "my.email@example.com"
    git config --global user.name "Mr Cool Person"
    
  7. Install pyenv
  8. Install latest version of Python using pyenv
  9. Install nvm
  10. Install latest LTS version of node.js using nvm
  11. Installed rbenv
  12. Install latest version of Ruby using rbenv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment