Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.
/ gitbin Public archive

A utility that allows you to quickly clone github repos and automatically add them to your path.

License

Notifications You must be signed in to change notification settings

macuyler/gitbin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Bin

A utility that allows you to quickly clone github repos and automatically add them to your path.

Structure

  • gb
    • install (Install git repos)
    • remove (Remove installed repos)
    • upgrade (Upgrade installed repos)

Setup

  1. Run the following:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/macuyler/gitbin/master/bin/install.sh)"
  1. Add the following to your shell rc file (bashrc, zshrc, etc.)
export PATH="$PATH$(cat ~/.gitbin/.path)"

Upgrading

To upgrade your version of gitbin, you can use the following command:

gb upgrade gitbin

About

A utility that allows you to quickly clone github repos and automatically add them to your path.

Topics

Resources

License

Stars

Watchers

Forks