0
0

Brewfile 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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. # Clone of ls with colorful output, file type icons, and more
  51. brew "lsd"
  52. # Package manager for the Lua programming language
  53. brew "luarocks"
  54. # Utility for directing compilation
  55. brew "make"
  56. # Text-based UI library
  57. brew "ncurses"
  58. # Ambitious Vim-fork focused on extensibility and agility
  59. brew "neovim"
  60. # Small build system for use with gyp or CMake
  61. brew "ninja"
  62. # CLI for Postgres with auto-completion and syntax highlighting
  63. brew "pgcli"
  64. # PostgreSQL syntax beautifier
  65. brew "pgformatter"
  66. # Object-relational database system
  67. brew "postgresql@16"
  68. # Code formatter for JavaScript, CSS, JSON, GraphQL, Markdown, YAML
  69. brew "prettier"
  70. # Generic machine emulator and virtualizer
  71. brew "qemu"
  72. # Search tool like grep and The Silver Searcher
  73. brew "ripgrep"
  74. # Extremely fast Python linter, written in Rust
  75. brew "ruff"
  76. # Safe, concurrent, practical language
  77. brew "rust"
  78. # Autoformat shell script source code
  79. brew "shfmt"
  80. # Command-line tool to customize Spotify client
  81. brew "spicetify-cli"
  82. # Terminal multiplexer
  83. brew "tmux"
  84. # Maintained ctags implementation
  85. brew "universal-ctags"
  86. # Executes a program periodically, showing output fullscreen
  87. brew "watch"
  88. # Internet file retriever
  89. brew "wget"
  90. # Fish-like fast/unobtrusive autosuggestions for zsh
  91. brew "zsh-autosuggestions"
  92. # Fish shell like syntax highlighting for zsh
  93. brew "zsh-syntax-highlighting"
  94. # The easiest way to access your cloud.
  95. brew "common-fate/granted/granted"
  96. # Simple hotkey-daemon for macOS.
  97. brew "koekeishiya/formulae/skhd"
  98. # A tiling window manager for macOS based on binary space partitioning.
  99. brew "koekeishiya/formulae/yabai"
  100. # GPU-accelerated terminal emulator
  101. cask "alacritty"
  102. # Display management tool
  103. cask "betterdisplay"
  104. # Prevents your sleeping computer from connecting to Bluetooth accessories
  105. cask "bluesnooze"
  106. # Preference Pane for controlling cursor hiding
  107. cask "cursorcerer"
  108. # Web browser
  109. cask "firefox"
  110. # Vector graphics editor
  111. cask "inkscape"
  112. # Knowledge base that works on top of a local folder of plain text Markdown files
  113. cask "obsidian"
  114. # Administration and development platform for PostgreSQL
  115. cask "pgadmin4"