{"id":15715950,"url":"https://github.com/lissy93/brewfile","last_synced_at":"2025-04-14T19:44:06.554Z","repository":{"id":65429009,"uuid":"556185559","full_name":"Lissy93/Brewfile","owner":"Lissy93","description":"🍺 My list of packages to be installed on MacOS via Homebrew, for the ultimate dev setup","archived":false,"fork":false,"pushed_at":"2023-12-16T21:18:14.000Z","size":61,"stargazers_count":117,"open_issues_count":0,"forks_count":25,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-28T08:04:48.421Z","etag":null,"topics":["brew","brewfile","macos"],"latest_commit_sha":null,"homepage":"https://brewfile.as93.net","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lissy93.png","metadata":{"files":{"readme":".github/README.md","changelog":null,"contributing":null,"funding":".github/funding.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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},"funding":{"github":"lissy93","custom":["https://notes.aliciasykes.com/tip"]}},"created_at":"2022-10-23T09:01:26.000Z","updated_at":"2025-03-14T14:55:34.000Z","dependencies_parsed_at":"2023-11-20T21:31:03.534Z","dependency_job_id":"cd7d66ba-c88b-4aad-b0db-496528776170","html_url":"https://github.com/Lissy93/Brewfile","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lissy93%2FBrewfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lissy93%2FBrewfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lissy93%2FBrewfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lissy93%2FBrewfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lissy93","download_url":"https://codeload.github.com/Lissy93/Brewfile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248949832,"owners_count":21188158,"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":["brew","brewfile","macos"],"created_at":"2024-10-03T21:43:31.892Z","updated_at":"2025-04-14T19:44:06.534Z","avatar_url":"https://github.com/Lissy93.png","language":"Ruby","readme":"\n\u003ch1 align=\"center\"\u003eLissy93/Brewfile\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\u003ci\u003eMy list of *nix packages to be installed on MacOS via Homebrew, for the ultimate dev setup\u003c/i\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/lissy93/brewfile/\"\u003e\n    \u003cimg width=\"120\" src=\"https://i.ibb.co/LhhDNg7/brewfile-repo-logo.png\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\n## Getting Started\n\n\n\nTo get started, install [Homebrew](https://docs.brew.sh/Installation), then just download the [`Brewfile`](https://github.com/Lissy93/Brewfile/blob/master/Brewfile) to `~/.Brewfile`, make any desired changes, and run `brew bundle --global` to install the listed packages. Done 🍻\n\n---\n\nAlternatively, there's a guided install process, which can be initiated with:\n\n```bash\nbash \u003c(curl -s https://lissy93.github.io/Brewfile/install.sh)\n```\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://lissy93.github.io/Brewfile\" title=\"Screenshot of the guided installation script\"\u003e\n    \u003cimg width=\"650\" src=\"https://i.ibb.co/g63WYBF/brewfile-install-script.png\" alt=\"Brewfile automated installation script\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e  [!NOTE]\n\u003e To keep track of your own personal package list [fork](https://github.com/Lissy93/Brewfile/fork) this repo\u003cbr\u003e\n\u003e And don't forget to replace [lissy93] with your own username!\n\n---\n\n## About Homebrew\n\n[Homebrew](https://brew.sh/) is an unofficial package manager for MacOS, that makes installing, updating and managing user applications easier.\n\nIt only ever installs packages within it's prefix, but then symlinks them to the appropriate place on disk. And since it's just Git and Ruby underneath, it's easy to modify to your liking, and roll back changes if necissary.\n\nHomebrew is used via the terminal, with the `brew` command, but there is an unofficial GUI, [Cakebrew](https://github.com/brunophilipe/Cakebrew). For more infomation, take a look at the [Documentation](https://docs.brew.sh/).\n\n---\n\n## Understanding the Brewfile\n\nThe Brewfile defines a list of packages, that you'd like to install on your system.\n\nIt includes several keywords, like `brew`, `cask`, `tap`, `mas`, etc - this is explained in detail in the [terminology](https://docs.brew.sh/Manpage#terminology) section of the docs. But in short: Lines which start with brew are packages that are installed via their pre-compiled binaries. Where as casks are applications that require an installer (typically GUI apps). Taps just add additional repositories, and are used when an app's formula isn't published to the main Homebrew repo. And mas is a plugin that enables you to install apps from the Apple App Store from within your Brewfile.\n\n---\n\n## Package List\n\nThe following packages will be installed, with the aim to setup a fully-featured development machine.\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eClick to expand full package list\u003c/b\u003e ↕️\u003c/summary\u003e\n\n\u003e **Note**: _Be sure to remove anything that you do not need before installing._\n\n### Command Line\n\n\u003cdetails\u003e\n\u003csummary\u003eCLI Essentials\u003c/summary\u003e\n\n- [`git`](https://git-scm.com/) - Version controll\n- [`neovim`](https://neovim.io/) - Text editor\n- [`ranger`](https://ranger.github.io/) - Directory browser\n- [`tmux`](https://github.com/tmux/tmux/wiki) - Term multiplexer\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eCLI Basics\u003c/summary\u003e\n\n- [`aria2`](https://github.com/aria2/aria2) - Resuming download util _(better wget)_\n- [`bat`](https://github.com/sharkdp/bat) - Output highlighting _(better cat)_\n- [`ctags`](https://github.com/universal-ctags/ctags) - Indexing of file info + headers\n- [`diff-so-fancy`](https://github.com/so-fancy/diff-so-fancy) - Readable file compares _(better diff)_\n- [`entr`](https://eradman.com/entrproject/) - Run command whenever file changes\n- [`duf`](https://github.com/muesli/duf) - Get info on mounted disks _(better df)_\n- [`exa`](https://github.com/ogham/exa) - Listing files with info _(better ls)_\n- [`exiftool`](https://exiftool.org/) - Reading and writing exif metadata\n- [`fdupes`](https://github.com/jbruchon/jdupes) - Duplicate file finder\n- [`fzf`](https://github.com/junegunn/fzf) - Fuzzy file finder and filtering\n- [`hyperfine`](https://github.com/sharkdp/hyperfine) - Benchmarking for arbitrary commands\n- [`jq`](https://github.com/stedolan/jq) - JSON parser\n- [`most`](https://www.jedsoft.org/most/) - Multi-window scroll pager _(better less)_\n- [`procs`](https://github.com/dalance/procs) - Advanced process viewer _(better ps)_\n- [`ripgrep`](https://github.com/BurntSushi/ripgrep) - Searching within files _(better grep)_\n- [`rsync`](https://rsync.samba.org/) - Fast, incremental file transfer\n- [`scc`](https://github.com/boyter/scc) - Count lines of code _(better cloc)_\n- [`sd`](https://github.com/chmln/sd) - RegEx find and replace _(better sed)_\n- [`thefuck`](https://github.com/nvbn/thefuck) - Auto-correct miss-typed commands\n- [`tldr`](https://github.com/tldr-pages/tldr) - Community-maintained docs _(better man)_\n- [`tree`](https://gitlab.com/OldManProgrammer/unix-tree) - Directory listings as tree\n- [`trash-cli`](https://github.com/andreafrancia/trash-cli) - Record + restore removed files\n- [`watch`](https://gitlab.com/procps-ng/procps) - Run commands periorically\n- [`xsel`](https://github.com/kfish/xsel) - Copy paste access to X clipboard\n- [`zoxide`](https://github.com/ajeetdsouza/zoxide) - Easy navigation _(better cd)_\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eCLI Monitoring and Performance Apps\u003c/summary\u003e\n\n- [`bandwhich`](https://github.com/imsnif/bandwhich) - Bandwidth utilization monitor \n- [`ctop`](https://github.com/bcicen/ctop) - Container metrics and monitoring\n- [`bpytop`](https://github.com/aristocratos/bpytop) - Resource monitoring _(like htop)_\n- [`glances`](https://github.com/nicolargo/glances) - Resource monitor + web and API\n- [`gping`](https://github.com/orf/gping) - Interactive ping tool, with graph\n- [`ncdu`](https://dev.yorhel.nl/ncdu) - Disk usage analyzer and monitor _(better du)_\n- [`speedtest-cli`](https://github.com/sivel/speedtest-cli) - Command line speed test utility\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eCLI Productivity Apps\u003c/summary\u003e\n\n- [`browsh`](https://github.com/browsh-org/browsh) - CLI web browser\n- [`buku`](https://github.com/jarun/buku) - Bookmark manager\n- [`cmus`](https://github.com/cmus/cmus) - Music browser / player\n- [`khal`](https://github.com/pimutils/khal) - Calendar client\n- [`mutt`](https://gitlab.com/muttmua/mutt) - Email client\n- [`newsboat`](https://github.com/newsboat/newsboat) - RSS / ATOM news reader\n- [`rclone`](https://github.com/rclone/rclone) - Manage cloud storage\n- [`task`](https://github.com/GothenburgBitFactory/taskwarrior) - Todo + task management\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eCLI Dev Suits\u003c/summary\u003e\n\n- [`httpie`](https://httpie.io/) - HTTP / API testing testing client\n- [`lazydocker`](https://github.com/jesseduffield/lazydocker) - Full Docker management app\n- [`lazygit`](https://github.com/jesseduffield/lazygit) - Full Git managemtne app\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eCLI External Sercvices\u003c/summary\u003e\n\n- [`ngrok`](https://ngrok.com/) - Reverse proxy for sharing localhost\n- [`tmate`](https://github.com/tmate-io/tmate) - Share a terminal session via internet\n- [`asciinema`](https://asciinema.org/) - Recording + sharing terminal sessions\n- [`navi`](https://github.com/denisidoro/navi) - Browse, search, read cheat sheets\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eCLI Fun\u003c/summary\u003e\n\n- [`cowsay`](https://github.com/piuccio/cowsay) - Have an ASCII cow say your message\n- [`figlet`](http://www.figlet.org/) - Output text as big ASCII art text\n- [`lolcat`](https://github.com/busyloop/lolcat) - Make console output raibow colored\n- [`neofetch`](https://github.com/dylanaraps/neofetch) - Show system data and ditstro info\n\n\u003c/details\u003e\n\n### Software Development\n\n\u003cdetails\u003e\n\u003csummary\u003eDevelopment Apps\u003c/summary\u003e\n\n- [Android Studio](https://developer.android.com/studio/) - IDE for Android development\n- [Boop](https://github.com/IvanMathy/Boop) - Test transformation tool _(MacOS Only)_\n- [iterm2](https://iterm2.com/) - Better terminal emulator _(MacOS Only)_\n- [Postman](https://www.postman.com/) - HTTP API testing app\n- [Sourcetree](https://www.sourcetreeapp.com/) - Git visual client _(MacOS Only)_\n- [Virtual Box](https://www.virtualbox.org/) - VM management console\n- [VS Code](https://code.visualstudio.com/) - Code editor\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eDevelopment Langs, Compilers, Package Managers and SDKs\u003c/summary\u003e\n\n- `docker` - Containers\n- `gcc` - GNU C++ compilers\n- `go` - Compiler for Go Lang\n- `gradle` - Build tool for Java\n- `lua` - Lua interpreter\n- `luarocks` - Package manager for Lua\n- `node` - Node.js\n- `nvm` - Switching node versions\n- `openjdk` - Java development kit\n- `python` - Python interpriter\n- `rust` - Rust language\n- `android-sdk` - Android software dev kit\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eDevelopment Utils\u003c/summary\u003e\n\n- [`gh`](https://cli.github.com/) - Interact with GitHub PRs, issues, repos\n- [`scrcpy`](https://github.com/Genymobile/scrcpy) - Display and control Andrdroid devices\n- [`terminal-notifier`](https://github.com/julienXX/terminal-notifier) - Trigger Mac notifications from terminal _(MacOS Only)_\n- [`tig`](https://jonas.github.io/tig/) - Text-mode interface for git\n- [`ttygif`](https://github.com/icholy/ttygif) - Generate GIF from terminal commands + output\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eNetwork and Security Testing\u003c/summary\u003e\n\n- [`bettercap`](https://www.bettercap.org/) - Network, scanning and moniroting\n- [`nmap`](https://nmap.org/) - Port scanning\n- [`wrk`](https://github.com/giltene/wrk2) - HTTP benchmarking\n- [`burp-suite`](https://portswigger.net/burp) - Web security testing\n- [`metasploit`](https://www.metasploit.com/) - Pen testing framework\n- [`owasp-zap`](https://owasp.org/www-project-zap/) - Web app security scanner\n- [`wireshark`](https://www.wireshark.org/) - Network analyzer + packet capture\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eSecurity Utilities\u003c/summary\u003e\n\n- [`bcrypt`](https://bcrypt.sourceforge.net/) - Encryption utility, using blowfish\n- [`clamav`](https://www.clamav.net/) - Open source virus scanning suite\n- [`git-crypt`](https://www.agwa.name/projects/git-crypt/) - Transparent encryption for git repos\n- [`lynis`](https://cisofy.com/lynis/) - Scan system for common security issues\n- [`openssl`](https://www.openssl.org/) - Cryptography and SSL/TLS Toolkit\n- [`rkhunter`](https://rkhunter.sourceforge.net/) - Search / detect potential root kits\n- [`veracrypt`](https://www.veracrypt.fr/code/VeraCrypt/) - File and volume encryption\n\n\u003c/details\u003e\n\n### Desktop Applications\n\n\u003cdetails\u003e\n\u003csummary\u003eCreativity\u003c/summary\u003e\n\n- [Audacity](https://www.audacityteam.org/) - Multi-track audio editor and recording\n- [Blender](https://www.blender.org/) - 3D modelling, rendering and sculpting\n- [Cura](https://ultimaker.com/software/ultimaker-cura) - 3D Printing software, for slicing models\n- [DarkTable](https://www.darktable.org/) - Organize and bulk edit photos (similar to Lightroom)\n- [Dia](https://wiki.gnome.org/Apps/Dia) - Versatile diagramming tool, useful for UML\n- [Gimp](https://www.gimp.org/) - Image and photo editing application\n- [HandBrake](https://handbrake.fr/) - For converting video from any format to a selection of modern codecs\n- [InkScape](https://inkscape.org/) - Digital drawing/ illustration\n- [OBS Studio](https://obsproject.com/) - Streaming and screencasting\n- [Shotcut](https://www.shotcut.org/) - Video editor\n- [Synfig Studio](https://www.synfig.org/) - 2D animation\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eMedia\u003c/summary\u003e\n\n- [Calibre](https://calibre-ebook.com/) - E-Book reader\n- [Spotify](https://spotify.com) - Propietary music streaming\n- [Transmission](https://transmissionbt.com/) - Torrent client\n- [VLC](https://www.videolan.org/vlc/) - Media player\n- [Pandoc](https://pandoc.org/) - Universal file converter\n- [Youtube-dl](https://youtube-dl.org/) - YouTube video downloader\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003ePersonal Applications\u003c/summary\u003e\n\n- [1Password](https://1password.com/) - Password manager _(proprietary)_\n- [Tresorit](https://tresorit.com/) - Encrypted file backup _(proprietary)_\n- [Standard Notes](https://standardnotes.com/) - Encrypted synced notes\n- [Signal](https://www.signal.org) - Link to encrypted mobile messenger\n- [Ledger Live](https://www.ledger.com/ledger-live) - Crypto hardware wallet manager\n- [ProtonMail-Bridge](https://proton.me/mail/bridge) - Decrypt ProtonMail emails\n- [ProtonVPN](https://protonvpn.com/) - Client app for ProtonVPN\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eBrowsers\u003c/summary\u003e\n\n- [Firefox](https://www.mozilla.org/en-GB/firefox/)\n- [Chromium](https://github.com/ungoogled-software/ungoogled-chromium)\n- [Tor](https://www.torproject.org/)\n\n\u003c/details\u003e\n\n### MacOS Apps\n\n\u003cdetails\u003e\n\u003csummary\u003eMacOS Mods and Imrovments\u003c/summary\u003e\n\n- `alt-tab` - Much better alt-tab window switcher\n- `anybar` - Custom programatic menubar icons\n- `copyq` - Clipboard manager _(cross platform)_\n- `espanso` - Live text expander _(cross-platform)_\n- `finicky` - Website-specific default browser\n- `hiddenbar` - Hide / show annoying menubar icons\n- `iproute2mac` - MacOS port of netstat and ifconfig\n- `lporg` - Backup and restore launchpad layout\n- `m-cli` - All in one MacOS management CLI app\n- `mjolnir` - Util for loading Lua automations\n- `openinterminal` - Finder button, opens directory in terminal\n- `popclip` - Popup options for text on highlight\n- `raycast` - Spotlight alternative\n- `shottr` - Better screenshot utility\n- `skhd` - Hotkey daemon for macOS\n- `stats` - System resource usage in menubar\n- `yabai` - Tiling window manager\n\n\u003c/details\u003e\n\n\u003c/details\u003e\n\n---\n\n## Bigger Picture\n\nThe Brewfile is really useful to incorporate into your dotfiles, or for quickly setting up new machines.\nYou can see how I am using this in [Lissy93/Dotfiles](https://github.com/Lissy93/dotfiles).\nOther package managers have similar features. For example, [here's the scripts](https://github.com/Lissy93/dotfiles/tree/master/scripts/installs) I use to manage my package list for Arch, Debian, Alpine and MacOS.\n\n---\n\n## Contributing\n\nContributions are welcome :)\nIf you're new to GitHub, see the [documentation](https://docs.github.com/en/get-started/quickstart/contributing-to-projects) for a step-by-step guide on how to submit edits to projects.\n\nChanges to the Brewfile should be made up-stream, directly into [Lissy93/Dotfiles](https://github.com/lissy93/dotfiles) (in [`Brewfile`](https://github.com/Lissy93/dotfiles/blob/master/scripts/installs/Brewfile)), which will then be automatically synced to this repo.\n\n---\n\n## License\n\n\u003e [!NOTE]\n\u003e \u003e For licenses for each package listed here, see their websites _(linked to [above](#package-list))_.\n\n\u003e _**[Lissy93/Brewfile](https://github.com/Lissy93/Brewfile)** is licensed under [MIT](https://github.com/Lissy93/Brewfile/blob/HEAD/LICENSE) © [Alicia Sykes](https://aliciasykes.com) 2022._\u003cbr\u003e\n\u003e \u003csup align=\"right\"\u003eFor information, see \u003ca href=\"https://tldrlegal.com/license/mit-license\"\u003eTLDR Legal \u003e MIT\u003c/a\u003e\u003c/sup\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eExpand License\u003c/summary\u003e\n\n```\nThe MIT License (MIT)\nCopyright (c) Alicia Sykes \u003calicia@omg.com\u003e \n\nPermission is hereby granted, free of charge, to any person obtaining a copy \nof this software and associated documentation files (the \"Software\"), to deal \nin the Software without restriction, including without limitation the rights \nto use, copy, modify, merge, publish, distribute, sub-license, and/or sell \ncopies of the Software, and to permit persons to whom the Software is furnished \nto do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included install \ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,\nINCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANT ABILITY, FITNESS FOR A\nPARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\nHOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n```\n\n\u003c/details\u003e\n\n---\n\n\u003c!-- License + Copyright --\u003e\n\u003cp  align=\"center\"\u003e\n  \u003ci\u003e© \u003ca href=\"https://aliciasykes.com\"\u003eAlicia Sykes\u003c/a\u003e 2022-23\u003c/i\u003e\u003cbr\u003e\n  \u003ci\u003eLicensed under \u003ca href=\"https://gist.github.com/Lissy93/143d2ee01ccc5c052a17\"\u003eMIT\u003c/a\u003e\u003c/i\u003e\u003cbr\u003e\n  \u003ca href=\"https://github.com/lissy93\"\u003e\u003cimg src=\"https://i.ibb.co/4KtpYxb/octocat-clean-mini.png\" /\u003e\u003c/a\u003e\u003cbr\u003e\n  \u003csup\u003eThanks for visiting :)\u003c/sup\u003e\n\u003c/p\u003e\n\n\u003c!-- Dinosaur --\u003e\n\u003c!-- \n                        . - ~ ~ ~ - .\n      ..     _      .-~               ~-.\n     //|     \\ `..~                      `.\n    || |      }  }              /       \\  \\\n(\\   \\\\ \\~^..'                 |         }  \\\n \\`.-~  o      /       }       |        /    \\\n (__          |       /        |       /      `.\n  `- - ~ ~ -._|      /_ - ~ ~ ^|      /- _      `.\n              |     /          |     /     ~-.     ~- _\n              |_____|          |_____|         ~ - . _ _~_-_\n--\u003e\n","funding_links":["https://github.com/sponsors/lissy93","https://notes.aliciasykes.com/tip"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flissy93%2Fbrewfile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flissy93%2Fbrewfile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flissy93%2Fbrewfile/lists"}