Skip to content

Instantly share code, notes, and snippets.

@jubilancy
Created July 20, 2026 15:03
Show Gist options
  • Select an option

  • Save jubilancy/249e576afd16f71be8037faf4f5ba68b to your computer and use it in GitHub Desktop.

Select an option

Save jubilancy/249e576afd16f71be8037faf4f5ba68b to your computer and use it in GitHub Desktop.
brewfile
tap "domt4/autoupdate"
tap "lemoony/tap"
tap "raymonepping/repository-export-cli"
tap "theboredteam/boring-notch"
tap "tombener/tap"
# ANSI HTML adapter
brew "aha"
# Resource monitor. C++ version and continuation of bashtop and bpytop
brew "btop"
# Play, record, convert, and stream select audio and video codecs
brew "ffmpeg"
# Core component of the AcoustID project (Audio fingerprinting)
brew "chromaprint"
# Perl lib for reading and writing EXIF metadata
brew "exiftool"
# Modern, maintained replacement for ls
brew "eza"
# Like neofetch, but much faster because written mostly in C
brew "fastfetch"
# Simple, fast and user-friendly alternative to find
brew "fd"
# Banner-like program prints strings as ASCII art
brew "figlet"
# Command-line tools for fly.io services
brew "flyctl"
# Infamous electronic fortune-cookie generator
brew "fortune"
# Command-line fuzzy finder written in Go
brew "fzf"
# Open-source, cross-platform JavaScript runtime environment
brew "node"
# Interact with Google Gemini AI models from the command-line
brew "gemini-cli"
# GitHub command-line tool
brew "gh"
# Highest-quality GIF encoder based on pngquant
brew "gifski"
# Render markdown on the CLI
brew "glow"
# Interpreted, interactive, object-oriented programming language
brew "python@3.14"
# GitHub Markdown previewer
brew "grip"
# CLI tool for sr.ht
brew "hut"
# Tools and libraries to manipulate images in select formats
brew "imagemagick"
# Lightweight and flexible command-line JSON processor
brew "jq"
# Library to render SVG files using Cairo
brew "librsvg"
# Rainbows and unicorns in your console!
brew "lolcat"
# Modern and intuitive terminal-based text editor
brew "micro"
# CLI tool for saving complete web pages as a single HTML file
brew "monolith"
# NCurses Disk Usage
brew "ncdu"
# Swiss-army knife of markup format conversion
brew "pandoc"
# Simple command-line snippet manager
brew "pet"
# Execute binaries from Python packages in isolated environments
brew "pipx"
# Fast, disk space efficient package manager
brew "pnpm", link: false
# Pretty, minimal and fast ZSH prompt
brew "pure"
# Search tool like grep and The Silver Searcher
brew "ripgrep"
# Cross-shell prompt for astronauts
brew "starship"
# OCR (Optical Character Recognition) engine
brew "tesseract"
# Official tldr client written in Rust
brew "tlrc"
# Display directories as trees (with optional color/HTML output)
brew "tree"
# Extremely fast Python package installer and resolver, written in Rust
brew "uv"
# Internet file retriever
brew "wget"
# Feature-rich command-line audio/video downloader
brew "yt-dlp"
# Shell extension to navigate your filesystem faster
brew "zoxide"
# Compact TeX distribution as alternative to the full TeX Live / MacTeX
cask "basictex"
# Clipboard manager with advanced features
cask "copyq"
cask "font-symbols-only-nerd-font"
# Terminal emulator that uses platform-native UI and GPU acceleration
cask "ghostty"
# Clipboard manager
cask "maccy"
# Quick Look generator for Markdown files
cask "qlmarkdown"
# A macOS Service for Markdown writers to add hyperlinks without switching to the browser
cask "tombener/tap/searchlink"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment