Homebrew GUI for macos and linux
On Macos:
* remove previous tap if already installed
brew remove --cask cakebrewjs
* install using:
brew install --cask shemeshg/homebrew-tap/cakebrewjs
*Must* fix signature:
codesign --force --deep --sign - /Applications/cakebrewjs.app/
*Must* fix authorizations (Better throw System settings->security) or manually:
xattr -c /Applications/cakebrewjs.app/
On Ubuntu:
*Must* install fonts:
sudo apt install fonts-noto fonts-noto-cjk...