Skip to content

paperdiamond/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿบ Homebrew Tap

Custom Homebrew formulae by paperdiamond.

Installation

brew tap paperdiamond/tap

Available Formulae

Formula Description
iterm-styler Style your iTerm2 tabs with custom titles, emoji icons, and colors

Install iterm-styler

brew install paperdiamond/tap/iterm-styler

Or:

brew tap paperdiamond/tap
brew install iterm-styler

๐Ÿš€ Releasing New Versions

When updating a formula for a new release:

1. Tag the new version in the source repo

cd /path/to/iterm-styler
git tag v1.x.x
git push origin v1.x.x

2. Get the new SHA256 checksum

curl -sL https://github.com/paperdiamond/iterm-styler/archive/refs/tags/v1.x.x.tar.gz | shasum -a 256

3. Update the formula

Edit Formula/iterm-styler.rb:

  • Update the url with the new tag
  • Update the sha256 with the new checksum

4. Commit and push

git add Formula/iterm-styler.rb
git commit -m "iterm-styler v1.x.x"
git push

5. Users upgrade with

brew update && brew upgrade iterm-styler

About

Homebrew formulae by paperdiamond

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages