Brewfile 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. tap "common-fate/granted"
  2. tap "heroku/brew"
  3. tap "homebrew/bundle"
  4. tap "homebrew/services"
  5. tap "koekeishiya/formulae"
  6. tap "waydabber/betterdisplay"
  7. # AWS Cloud Development Kit - framework for defining AWS infra as code
  8. brew "aws-cdk"
  9. # Pyright fork with various improvements and built-in pylance features
  10. brew "basedpyright"
  11. # Language Server for Bash
  12. brew "bash-language-server"
  13. # Object-file caching compiler wrapper
  14. brew "ccache"
  15. # Cross-platform make
  16. brew "cmake"
  17. # Strongly specified, highly compatible implementation of Markdown
  18. brew "cmark"
  19. # GNU File, Shell, and Text utilities
  20. brew "coreutils"
  21. # Apjanke's fork of the classic cowsay project
  22. brew "cowsay"
  23. # Library for command-line editing
  24. brew "readline"
  25. # Secure runtime for JavaScript and TypeScript
  26. brew "deno"
  27. # Pack, ship and run any application as a lightweight container
  28. brew "docker"
  29. # Device tree compiler
  30. brew "dtc"
  31. # Simple, fast and user-friendly alternative to find
  32. brew "fd"
  33. # Interpreted, interactive, object-oriented programming language
  34. brew "python@3.13"
  35. # C library SSHv1/SSHv2 client and server protocols
  36. brew "libssh"
  37. # Low-level access to audio, keyboard, mouse, joystick, and graphics
  38. brew "sdl2"
  39. # Play, record, convert, and stream audio and video
  40. brew "ffmpeg"
  41. # Tool to install, manage and use Progressive Web Apps in Mozilla Firefox
  42. brew "firefoxpwa"
  43. # Infamous electronic fortune-cookie generator
  44. brew "fortune"
  45. # Command-line fuzzy finder written in Go
  46. brew "fzf"
  47. # GitHub command-line tool
  48. brew "gh"
  49. # Distributed revision control system
  50. brew "git"
  51. # GNU implementation of the famous stream editor
  52. brew "gnu-sed"
  53. # Open source programming language to build simple/reliable/efficient software
  54. brew "go"
  55. # Language server for the Go language
  56. brew "gopls"
  57. # Perfect hash function generator
  58. brew "gperf"
  59. # GitHub Markdown previewer
  60. brew "grip"
  61. # CLI for Heroku
  62. brew "heroku"
  63. # Lightweight and flexible command-line JSON processor
  64. brew "jq"
  65. # Lazier way to manage everything docker
  66. brew "lazydocker"
  67. # Simple terminal UI for git commands
  68. brew "lazygit"
  69. # Key-value storage library with ordered mapping
  70. brew "leveldb"
  71. # Implementation of the file(1) command
  72. brew "libmagic"
  73. # Postgres C API library
  74. brew "libpq"
  75. # Clone of ls with colorful output, file type icons, and more
  76. brew "lsd"
  77. # Language Server for the Lua language
  78. brew "lua-language-server"
  79. # Package manager for the Lua programming language
  80. brew "luarocks"
  81. # Bare libuv bindings for lua
  82. brew "luv"
  83. # Utility for directing compilation
  84. brew "make"
  85. # Language Server Protocol for Markdown
  86. brew "marksman"
  87. # Zero-dependency real-time media server and media proxy
  88. brew "mediamtx", restart_service: :changed
  89. # Text-based UI library
  90. brew "ncurses"
  91. # Ambitious Vim-fork focused on extensibility and agility
  92. brew "neovim"
  93. # Small build system for use with gyp or CMake
  94. brew "ninja"
  95. # Create, run, and share large language models (LLMs)
  96. brew "ollama", restart_service: :changed
  97. # CLI for Postgres with auto-completion and syntax highlighting
  98. brew "pgcli"
  99. # PostgreSQL syntax beautifier
  100. brew "pgformatter"
  101. # Package compiler and linker metadata toolkit
  102. brew "pkgconf"
  103. # Object-relational database system
  104. brew "postgresql@16"
  105. # Code formatter for JavaScript, CSS, JSON, GraphQL, Markdown, YAML
  106. brew "prettier"
  107. # Generic machine emulator and virtualizer
  108. brew "qemu"
  109. # Search tool like grep and The Silver Searcher
  110. brew "ripgrep"
  111. # Extremely fast Python linter, written in Rust
  112. brew "ruff"
  113. # Safe, concurrent, practical language
  114. brew "rust"
  115. # Experimental Rust compiler front-end for IDEs
  116. brew "rust-analyzer"
  117. # Autoformat shell script source code
  118. brew "shfmt"
  119. # Language Server for SQL
  120. brew "sql-language-server"
  121. # TOML toolkit written in Rust
  122. brew "taplo"
  123. # Simple TTY terminal I/O application
  124. brew "tio"
  125. # Terminal multiplexer
  126. brew "tmux"
  127. # Language Server Protocol implementation for TypeScript wrapping tsserver
  128. brew "typescript-language-server"
  129. # Maintained ctags implementation
  130. brew "universal-ctags"
  131. # Language servers for HTML, CSS, JavaScript, and JSON extracted from vscode
  132. brew "vscode-langservers-extracted"
  133. # Executes a program periodically, showing output fullscreen
  134. brew "watch"
  135. # Command-line client for WebSockets
  136. brew "websocat"
  137. # Internet file retriever
  138. brew "wget"
  139. # Language Server for Yaml Files
  140. brew "yaml-language-server"
  141. # Fish-like fast/unobtrusive autosuggestions for zsh
  142. brew "zsh-autosuggestions"
  143. # Fish shell like syntax highlighting for zsh
  144. brew "zsh-syntax-highlighting"
  145. # The easiest way to access your cloud.
  146. brew "common-fate/granted/granted"
  147. # Simple hotkey-daemon for macOS.
  148. brew "koekeishiya/formulae/skhd"
  149. # A tiling window manager for macOS based on binary space partitioning.
  150. brew "koekeishiya/formulae/yabai"
  151. # GPU-accelerated terminal emulator
  152. cask "alacritty"
  153. # Display management tool
  154. cask "betterdisplay"
  155. # Prevents your sleeping computer from connecting to Bluetooth accessories
  156. cask "bluesnooze"
  157. # Preference Pane for controlling cursor hiding
  158. cask "cursorcerer"
  159. # Web browser
  160. cask "firefox"
  161. # Vector graphics editor
  162. cask "inkscape"
  163. # Open-source software for live streaming and screen recording
  164. cask "obs"
  165. # Knowledge base that works on top of a local folder of plain text Markdown files
  166. cask "obsidian"
  167. # Replacement for Docker Desktop
  168. cask "orbstack"
  169. # Administration and development platform for PostgreSQL
  170. cask "pgadmin4"
  171. # Instant messaging application focusing on security
  172. cask "signal"
  173. # Virtual audio cable for routing audio from one application to another
  174. cask "vb-cable"
  175. # Multimedia player
  176. cask "vlc"