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