0
0

Brewfile 3.3 KB

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