Custom Homebrew formulae by paperdiamond.
brew tap paperdiamond/tap| Formula | Description |
|---|---|
| iterm-styler | Style your iTerm2 tabs with custom titles, emoji icons, and colors |
brew install paperdiamond/tap/iterm-stylerOr:
brew tap paperdiamond/tap
brew install iterm-stylerWhen updating a formula for a new release:
cd /path/to/iterm-styler
git tag v1.x.x
git push origin v1.x.xcurl -sL https://github.com/paperdiamond/iterm-styler/archive/refs/tags/v1.x.x.tar.gz | shasum -a 256Edit Formula/iterm-styler.rb:
- Update the
urlwith the new tag - Update the
sha256with the new checksum
git add Formula/iterm-styler.rb
git commit -m "iterm-styler v1.x.x"
git pushbrew update && brew upgrade iterm-styler