Skip to content

Instantly share code, notes, and snippets.

@soyo-kaze
Forked from robzwolf/README.md
Created March 26, 2021 19:33
Show Gist options
  • Save soyo-kaze/f7dff13c9b7dec24f9cd330cd8034813 to your computer and use it in GitHub Desktop.
Save soyo-kaze/f7dff13c9b7dec24f9cd330cd8034813 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