Skip to content

Instantly share code, notes, and snippets.

View soyo-kaze's full-sized avatar
:octocat:
Evolving!!!

Sameer Saini soyo-kaze

:octocat:
Evolving!!!
View GitHub Profile
@robzwolf
robzwolf / README.md
Last active June 28, 2021 20:55
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"