{"id":25696625,"url":"https://github.com/tizee/homebrew-personal","last_synced_at":"2026-06-17T17:32:15.079Z","repository":{"id":194061603,"uuid":"689984579","full_name":"tizee/homebrew-personal","owner":"tizee","description":"Personal homebrew scripts for mac environment","archived":false,"fork":false,"pushed_at":"2025-02-23T08:31:04.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-23T09:22:17.932Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tizee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-11T10:04:45.000Z","updated_at":"2025-02-23T08:15:55.000Z","dependencies_parsed_at":"2024-05-10T14:25:18.232Z","dependency_job_id":"8ec0e563-1c2c-49b3-98bc-1047ef2b7699","html_url":"https://github.com/tizee/homebrew-personal","commit_stats":null,"previous_names":["tizee/homebrew-personal"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tizee%2Fhomebrew-personal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tizee%2Fhomebrew-personal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tizee%2Fhomebrew-personal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tizee%2Fhomebrew-personal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tizee","download_url":"https://codeload.github.com/tizee/homebrew-personal/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240587491,"owners_count":19825004,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-25T01:54:51.887Z","updated_at":"2026-06-17T17:32:15.067Z","avatar_url":"https://github.com/tizee.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Personal homebrew scripts\n\nSome homebrew formuales I use.\n\n## Motivation\n\n- I'd like to make my hands dirty by building packages from source. Then I could write how I build it from source in Homebrew Formula.\n- I prefer to live on the bleeding edge of tools so this would force me to understand how them work in order to make them suit my need. Any one can know how to use but the point is to understand how them works via using these tools.\n\n## Usage\n\n```\nbrew tap tizee/personal\n```\n\n### How to update the package with latest commit\n\n```\nbrew upgrade --fetch-HEAD \u003cpackage_name\u003e\n```\n\n## Formula\n\n- ✅ `zeal`\n    - A simple offline documentation browser, which could be considered as an open source alternative for Dash in macOS.\n- ✅ `tmux`\n    - build terminal multiplexer with OSC8 hyperlinks support\n- ✅ `perl-xml-parser`\n    - building with homebrew's `perl` instead of building against system `perl`\n- ✅ `aseprite`\n    - A pixel-art tool\n- ✅ `fastfetch`\n    - A screenfetch/neofetch-like alternative\n- ✅ `borders`\n    - Draw borders for yabai\n- ✅ `yabai`\n    - Tiling Window manager in macOS\n- ✅ `skhd`\n    - A simple hotkey daemon in macOS\n- ✅ `gitstatus`\n    - **gitstatus** is a 10x faster alternative to `git status` and `git describe`.\n- ✅ `wezterm`\n    - GPU-accelerated cross-platform terminal emulator and multiplexer\n\n## Cask\n\n- ✅ `ice`\n    - Powerful menu bar manager for macOS. This cask installs the newest\n      pre-release build (`0.11.13-dev.2`) that fixes the UI issues on macOS 26\n      Tahoe, since the latest stable release is long outdated.\n\n### yabai\n\n- Install\n```\nbrew install --HEAD tizee/personal/yabai\n```\n\n### skhd\n\n- Install\n```\nbrew install --HEAD tizee/personal/skhd\n```\n\n### JankyBorders\n\n- Install\n```\nbrew install --HEAD tizee/personal/boreders\n```\n\n### Aseprite.app\n\n- see [tizee/build-aseprite-from-source](https://github.com/tizee/build-aseprite-from-source)\n\n- Install\n```\nbrew install --HEAD tizee/personal/aseprite\n```\n\n- link to `/Applications`\n```\nln -s $(brew --prefix aseprite)/Aseprite.app /Applications/Aseprite.app\n```\n\n### Zeal.app\n\n- Install\n```\nbrew install --HEAD tizee/personal/zeal\n```\n\n- link to `/Applications`\n```\nln -s $(brew --prefix zeal)/Zeal.app /Applications/Zeal.app\n```\n\nThe scirpt is modified from:\n\n- https://github.com/markwu/homebrew-personal\n- https://github.com/koraysels/homebrew-personal\n\nSee https://github.com/zealdocs/zeal/wiki/Build-Instructions-for-macOS for more details.\n\n### tmux\n\n- Install\n```\nbrew install --HEAD tizee/personal/tmux\n```\n\n### perl-xml-parser\n\n- Install\n```\nbrew install --HEAD tizee/personal/perl-xml-parser\n```\n\n- Verify installation\n```\nPERL5LIB=$(brew --prefix perl-xml-parser)/libexec/lib/perl5 perl -e \"require XML::Parser\"\n```\n\n### Wezterm\n\n- Install\n```\nbrew install --HEAD tizee/personal/wezterm\n```\n\n- links to `/Applications`\n```\nln -s $(brew --prefix wezterm)/Wezterm.app /Applications/Wezterm.app\n```\n\n### Ice.app\n\nA powerful menu bar manager for macOS. The latest stable release predates macOS\nTahoe and has many UI issues on current systems, so this cask intentionally\ntracks the newest pre-release build (`0.11.13-dev.2`) that fixes the macOS 26\nTahoe rendering. Requires macOS Tahoe (26) or newer.\n\n- Install\n```\nbrew install --cask tizee/personal/ice\n```\n\n- Uninstall (with cleanup)\n```\nbrew uninstall --cask --zap tizee/personal/ice\n```\n\n## Other taps\n\n- [plan9port-rb](https://github.com/tizee/plan9port-rb/tree/main)\n\n## Roadmap\n\n- Manage my scripts in macOS with homebrew Formula\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftizee%2Fhomebrew-personal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftizee%2Fhomebrew-personal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftizee%2Fhomebrew-personal/lists"}