0
0

Brewfile 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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. # Infamous electronic fortune-cookie generator
  26. brew "fortune"
  27. # Command-line fuzzy finder written in Go
  28. brew "fzf"
  29. # GitHub command-line tool
  30. brew "gh"
  31. # Distributed revision control system
  32. brew "git"
  33. # Interpreted, interactive, object-oriented programming language
  34. brew "python@3.12"
  35. # Open source programming language to build simple/reliable/efficient software
  36. brew "go"
  37. # GitHub Markdown previewer
  38. brew "grip"
  39. # Lightweight and flexible command-line JSON processor
  40. brew "jq"
  41. # Lazier way to manage everything docker
  42. brew "lazydocker"
  43. # Simple terminal UI for git commands
  44. brew "lazygit"
  45. # Postgres C API library
  46. brew "libpq"
  47. # Clone of ls with colorful output, file type icons, and more
  48. brew "lsd"
  49. # Package manager for the Lua programming language
  50. brew "luarocks"
  51. # Utility for directing compilation
  52. brew "make"
  53. # Text-based UI library
  54. brew "ncurses"
  55. # Ambitious Vim-fork focused on extensibility and agility
  56. brew "neovim"
  57. # Small build system for use with gyp or CMake
  58. brew "ninja"
  59. # CLI for Postgres with auto-completion and syntax highlighting
  60. brew "pgcli"
  61. # PostgreSQL syntax beautifier
  62. brew "pgformatter"
  63. # Object-relational database system
  64. brew "postgresql@16"
  65. # Code formatter for JavaScript, CSS, JSON, GraphQL, Markdown, YAML
  66. brew "prettier"
  67. # Generic machine emulator and virtualizer
  68. brew "qemu"
  69. # Search tool like grep and The Silver Searcher
  70. brew "ripgrep"
  71. # Extremely fast Python linter, written in Rust
  72. brew "ruff"
  73. # Safe, concurrent, practical language
  74. brew "rust"
  75. # Autoformat shell script source code
  76. brew "shfmt"
  77. # Command-line tool to customize Spotify client
  78. brew "spicetify-cli"
  79. # Terminal multiplexer
  80. brew "tmux"
  81. # Maintained ctags implementation
  82. brew "universal-ctags"
  83. # Executes a program periodically, showing output fullscreen
  84. brew "watch"
  85. # Internet file retriever
  86. brew "wget"
  87. # Fish-like fast/unobtrusive autosuggestions for zsh
  88. brew "zsh-autosuggestions"
  89. # Fish shell like syntax highlighting for zsh
  90. brew "zsh-syntax-highlighting"
  91. # The easiest way to access your cloud.
  92. brew "common-fate/granted/granted"
  93. # Simple hotkey-daemon for macOS.
  94. brew "koekeishiya/formulae/skhd"
  95. # A tiling window manager for macOS based on binary space partitioning.
  96. brew "koekeishiya/formulae/yabai"
  97. # GPU-accelerated terminal emulator
  98. cask "alacritty"
  99. # Display management tool
  100. cask "betterdisplay"
  101. # Preference Pane for controlling cursor hiding
  102. cask "cursorcerer"
  103. # Web browser
  104. cask "firefox"
  105. # Vector graphics editor
  106. cask "inkscape"
  107. # Knowledge base that works on top of a local folder of plain text Markdown files
  108. cask "obsidian"
  109. # Administration and development platform for PostgreSQL
  110. cask "pgadmin4"