Skip to content

Instantly share code, notes, and snippets.

@erdincay
Forked from Levis92/Install and run.txt
Created November 2, 2018 09:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erdincay/c79ca99eeb24df81f70a466cbbfdf704 to your computer and use it in GitHub Desktop.
Save erdincay/c79ca99eeb24df81f70a466cbbfdf704 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