git-headup

1.3.0 • Public • Published

git-headup

Head-up display for git in command line

git aliases, git scripts, zsh prompt with git and npm HUD.

git-headup is for my own use in first place.

# install `git-headup` locally
$ cd
$ npm i git-headup
# include aliases in your .gitconfig
[include]
  path = ~/node_modules/git-headup/gitconfig
# add `~/node_modules/git-headup/run` to $PATH
$ PATH=~/node_modules/git-headup/run:$PATH
# or you can add whole npm's .bin (mind what you're doing)
$ PATH=~/node_modules/.bin:$PATH
# setup prompt and precmd in your ~/.zshrc
. ~/node_modules/git-headup/run/setup

license

MIT, Copyright © 2015 — 2018 Strider.

Package Sidebar

Install

npm i git-headup

Weekly Downloads

12

Version

1.3.0

License

MIT

Last publish

Collaborators

  • streetstrider