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