Skip to content

Instantly share code, notes, and snippets.

View Joel-Nickson's full-sized avatar
🐍
shhh.....

Joel Nickson Joel-Nickson

🐍
shhh.....
View GitHub Profile
@Joel-Nickson
Joel-Nickson / README.md
Created March 28, 2021 18:45 — forked from robzwolf/README.md
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"