paul-hammant / homebrew-tap

Homebrew tap for switchjdk and git-slim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paul Hammant's custom Homebrew (Mac) formulas

  • switchjdk - switches JDK versions on the command line
  • git-slim - slims down a local Git clone/repo
  • git-size - Git sub-command to inform on the byte size of aspects of a Git clone

switchjdk - switches JDK versions on the command line

Installing switchjdk

$ brew tap paul-hammant/tap
$ brew install switchjdk
# or
$ brew install paul-hammant/tap/switchjdk

After install, do ...

$ source ~/.bash_profile

... or close and reopen terminal tabs (this will be persistent going forward - setup after reboot, etc).

Switchjdk's repo and usage documentation

github.com/paul-hammant/switchjdk

git-slim - slims down a local Git clone/repo

Installing git-slim

$ brew tap paul-hammant/tap
$ brew install git-slim
# or
$ brew install paul-hammant/tap/git-slim

git-slim's repo and usage documentation

git-slim: https://github.com/paul-hammant/git-slim

git-size - Git sub-command to inform on the byte size of aspects of a Git clone

Installing git-size

$ brew tap paul-hammant/tap
$ brew install git-size
# or
$ brew install paul-hammant/tap/git-size

git-size's repo and usage documentation

git-slim: https://github.com/paul-hammant/git-size

About

Homebrew tap for switchjdk and git-slim


Languages

Language:Ruby 100.0%