Brewfile 3.5 KB

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