| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- tap "common-fate/granted"
- tap "homebrew/bundle"
- tap "homebrew/services"
- tap "koekeishiya/formulae"
- # Cross-platform make
- brew "cmake"
- # Strongly specified, highly compatible implementation of Markdown
- brew "cmark"
- # GNU File, Shell, and Text utilities
- brew "coreutils"
- # Configurable talking characters in ASCII art
- 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"
- # 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"
- # Interpreted, interactive, object-oriented programming language
- brew "python@3.12"
- # Open source programming language to build simple/reliable/efficient software
- brew "go"
- # GitHub Markdown previewer
- brew "grip"
- # 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"
- # Postgres C API library
- brew "libpq"
- # Clone of ls with colorful output, file type icons, and more
- brew "lsd"
- # Package manager for the Lua programming language
- brew "luarocks"
- # Utility for directing compilation
- brew "make"
- # 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"
- # CLI for Postgres with auto-completion and syntax highlighting
- brew "pgcli"
- # PostgreSQL syntax beautifier
- brew "pgformatter"
- # 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"
- # Autoformat shell script source code
- brew "shfmt"
- # Command-line tool to customize Spotify client
- brew "spicetify-cli"
- # Terminal multiplexer
- brew "tmux"
- # Maintained ctags implementation
- brew "universal-ctags"
- # Executes a program periodically, showing output fullscreen
- brew "watch"
- # Internet file retriever
- brew "wget"
- # 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"
- # Preference Pane for controlling cursor hiding
- cask "cursorcerer"
- # Google Chromium, sans integration with Google
- cask "eloston-chromium"
- # Web browser
- cask "firefox"
- # Vector graphics editor
- cask "inkscape"
- # Knowledge base that works on top of a local folder of plain text Markdown files
- cask "obsidian"
- # Administration and development platform for PostgreSQL
- cask "pgadmin4"
|