Skip to content

Instantly share code, notes, and snippets.

@Levis92
Last active December 27, 2021 12:44
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Levis92/a180ff14c1b173cdb9d32913dfee5791 to your computer and use it in GitHub Desktop.
Save Levis92/a180ff14c1b173cdb9d32913dfee5791 to your computer and use it in GitHub Desktop.
Install gitinspector with Homebrew (Mac)
Gitinspector (Mac)
https://github.com/ejwa/gitinspector
Installation:
1. Install Homebrew (http://brew.sh)
2. Install with brew: brew install hjorthjort/hjort/gitinspector
3. Edit configuration file in home folder (rc):
# gitinspector fix: provide locale
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
Edit in terminal:
- zsh: vim .zshrc
- bash: vim .bashrc
(or with other optional text editor)
4. Open a new shell or execute: ./.zshrc
Run:
Execute in terminal: gitinspector
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment