0
0

Brewfile 3.1 KB

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