| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180 |
- tap "common-fate/granted"
- tap "heroku/brew"
- tap "homebrew/bundle"
- tap "homebrew/services"
- tap "koekeishiya/formulae"
- tap "waydabber/betterdisplay"
- # AI pair programming in your terminal
- brew "aider"
- # AWS Cloud Development Kit - framework for defining AWS infra as code
- brew "aws-cdk"
- # Pyright fork with various improvements and built-in pylance features
- brew "basedpyright"
- # Language Server for Bash
- brew "bash-language-server"
- # Object-file caching compiler wrapper
- brew "ccache"
- # Cross-platform make
- brew "cmake"
- # Strongly specified, highly compatible implementation of Markdown
- brew "cmark"
- # GNU File, Shell, and Text utilities
- brew "coreutils"
- # Apjanke's fork of the classic cowsay project
- brew "cowsay"
- # Library for command-line editing
- brew "readline"
- # Secure runtime for JavaScript and TypeScript
- brew "deno"
- # Pack, ship and run any application as a lightweight container
- brew "docker"
- # Device tree compiler
- brew "dtc"
- # Simple, fast and user-friendly alternative to find
- brew "fd"
- # Interpreted, interactive, object-oriented programming language
- brew "python@3.13"
- # C library SSHv1/SSHv2 client and server protocols
- brew "libssh"
- # Low-level access to audio, keyboard, mouse, joystick, and graphics
- brew "sdl2"
- # Play, record, convert, and stream audio and video
- brew "ffmpeg"
- # Tool to install, manage and use Progressive Web Apps in Mozilla Firefox
- brew "firefoxpwa"
- # Infamous electronic fortune-cookie generator
- brew "fortune"
- # Command-line fuzzy finder written in Go
- brew "fzf"
- # GitHub command-line tool
- brew "gh"
- # Distributed revision control system
- brew "git"
- # GNU implementation of the famous stream editor
- brew "gnu-sed"
- # Open source programming language to build simple/reliable/efficient software
- brew "go"
- # Language server for the Go language
- brew "gopls"
- # Perfect hash function generator
- brew "gperf"
- # GitHub Markdown previewer
- brew "grip"
- # CLI for Heroku
- brew "heroku"
- # Lightweight and flexible command-line JSON processor
- brew "jq"
- # Lazier way to manage everything docker
- brew "lazydocker"
- # Simple terminal UI for git commands
- brew "lazygit"
- # Key-value storage library with ordered mapping
- brew "leveldb"
- # Implementation of the file(1) command
- brew "libmagic"
- # Postgres C API library
- brew "libpq"
- # Clone of ls with colorful output, file type icons, and more
- brew "lsd"
- # Language Server for the Lua language
- brew "lua-language-server"
- # Package manager for the Lua programming language
- brew "luarocks"
- # Bare libuv bindings for lua
- brew "luv"
- # Utility for directing compilation
- brew "make"
- # Language Server Protocol for Markdown
- brew "marksman"
- # Zero-dependency real-time media server and media proxy
- brew "mediamtx", restart_service: :changed
- # Text-based UI library
- brew "ncurses"
- # Ambitious Vim-fork focused on extensibility and agility
- brew "neovim"
- # Small build system for use with gyp or CMake
- brew "ninja"
- # Create, run, and share large language models (LLMs)
- brew "ollama", restart_service: :changed
- # CLI for Postgres with auto-completion and syntax highlighting
- brew "pgcli"
- # PostgreSQL syntax beautifier
- brew "pgformatter"
- # Package compiler and linker metadata toolkit
- brew "pkgconf"
- # Object-relational database system
- brew "postgresql@16"
- # Code formatter for JavaScript, CSS, JSON, GraphQL, Markdown, YAML
- brew "prettier"
- # Generic machine emulator and virtualizer
- brew "qemu"
- # Search tool like grep and The Silver Searcher
- brew "ripgrep"
- # Extremely fast Python linter, written in Rust
- brew "ruff"
- # Safe, concurrent, practical language
- brew "rust"
- # Experimental Rust compiler front-end for IDEs
- brew "rust-analyzer"
- # Autoformat shell script source code
- brew "shfmt"
- # Language Server for SQL
- brew "sql-language-server"
- # TOML toolkit written in Rust
- brew "taplo"
- # Simple TTY terminal I/O application
- brew "tio"
- # Terminal multiplexer
- brew "tmux"
- # Language Server Protocol implementation for TypeScript wrapping tsserver
- brew "typescript-language-server"
- # Maintained ctags implementation
- brew "universal-ctags"
- # Language servers for HTML, CSS, JavaScript, and JSON extracted from vscode
- brew "vscode-langservers-extracted"
- # Executes a program periodically, showing output fullscreen
- brew "watch"
- # Command-line client for WebSockets
- brew "websocat"
- # Internet file retriever
- brew "wget"
- # Port of OpenAI's Whisper model in C/C++
- brew "whisper-cpp"
- # Language Server for Yaml Files
- brew "yaml-language-server"
- # Fish-like fast/unobtrusive autosuggestions for zsh
- brew "zsh-autosuggestions"
- # Fish shell like syntax highlighting for zsh
- brew "zsh-syntax-highlighting"
- # The easiest way to access your cloud.
- brew "common-fate/granted/granted"
- # Simple hotkey-daemon for macOS.
- brew "koekeishiya/formulae/skhd"
- # A tiling window manager for macOS based on binary space partitioning.
- brew "koekeishiya/formulae/yabai"
- # GPU-accelerated terminal emulator
- cask "alacritty"
- # Display management tool
- cask "betterdisplay"
- # Prevents your sleeping computer from connecting to Bluetooth accessories
- cask "bluesnooze"
- # Preference Pane for controlling cursor hiding
- cask "cursorcerer"
- # Web browser
- cask "firefox"
- # Vector graphics editor
- cask "inkscape"
- # Open-source software for live streaming and screen recording
- cask "obs"
- # Knowledge base that works on top of a local folder of plain text Markdown files
- cask "obsidian"
- # Replacement for Docker Desktop
- cask "orbstack"
- # Administration and development platform for PostgreSQL
- cask "pgadmin4"
- # Instant messaging application focusing on security
- cask "signal"
- # Virtual audio cable for routing audio from one application to another
- cask "vb-cable"
- # Multimedia player
- cask "vlc"
|