0
0

Brewfile 4.5 KB

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