Last active
December 27, 2021 12:44
-
-
Save Levis92/a180ff14c1b173cdb9d32913dfee5791 to your computer and use it in GitHub Desktop.
Install gitinspector with Homebrew (Mac)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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