Skip to content

Instantly share code, notes, and snippets.

@rummelonp
Created February 14, 2013 10:52
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rummelonp/4952007 to your computer and use it in GitHub Desktop.
Save rummelonp/4952007 to your computer and use it in GitHub Desktop.
Homebrew インストール後に寿司表示するやつ
diff --git Library/Homebrew/formula_installer.rb Library/Homebrew/formula_installer.rb
index 1008bc2..3cf2492 100644
--- Library/Homebrew/formula_installer.rb
+++ Library/Homebrew/formula_installer.rb
@@ -236,7 +236,7 @@ class FormulaInstaller
ohai "Summary" if ARGV.verbose? or show_summary_heading
unless ENV['HOMEBREW_NO_EMOJI']
- print "🍺 " if MacOS.version >= :lion
+ print "🍣 " if MacOS.version >= :lion
end
print "#{f.prefix}: #{f.prefix.abv}"
print ", built in #{pretty_duration build_time}" if build_time
@rummelonp
Copy link
Author

🍣

@rummelonp
Copy link
Author

cd /usr/local/ && curl https://gist.github.com/mitukiii/4952007/raw/d296944be732441bdcb63196de98ffbe887415e8/homebrew_sushi.patch | patch -p0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment