mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-18 01:29:06 +00:00
80 lines
2.3 KiB
Ruby
80 lines
2.3 KiB
Ruby
tap "dart-lang/dart"
|
|
tap "heroku/brew"
|
|
tap "homebrew/bundle"
|
|
tap "homebrew/cask"
|
|
tap "homebrew/cask-versions"
|
|
tap "homebrew/core"
|
|
tap "homebrew/services"
|
|
tap "mongodb/brew"
|
|
# Tool for generating GNU Standards-compliant Makefiles
|
|
brew "automake"
|
|
# Interpreted, interactive, object-oriented programming language
|
|
brew "python@3.10"
|
|
# Official Amazon AWS command-line interface
|
|
brew "awscli"
|
|
# Parser generator
|
|
brew "bison"
|
|
# Open source suite of directory software
|
|
brew "openldap"
|
|
# Fast Lexical Analyzer, generates Scanners (tokenizers)
|
|
brew "flex"
|
|
# Command-line fuzzy finder written in Go
|
|
brew "fzf"
|
|
# GNU compiler collection
|
|
brew "gcc"
|
|
# Git extension for versioning large files
|
|
brew "git-lfs"
|
|
# Render markdown on the CLI
|
|
brew "glow"
|
|
# Portable Foreign Function Interface library
|
|
brew "libffi"
|
|
# Manage compile and link flags for libraries
|
|
brew "pkg-config"
|
|
# GNU Ubiquitous Intelligent Language for Extensions
|
|
brew "guile"
|
|
# Validating, recursive, caching DNS resolver
|
|
brew "unbound"
|
|
# GNU Transport Layer Security (TLS) Library
|
|
brew "gnutls"
|
|
# GNU Pretty Good Privacy (PGP) package
|
|
brew "gnupg"
|
|
# Open source programming language to build simple/reliable/efficient software
|
|
brew "go"
|
|
# Lightweight and flexible command-line JSON processor
|
|
brew "jq"
|
|
# YAML Parser
|
|
brew "libyaml"
|
|
# Utility for directing compilation
|
|
brew "make"
|
|
# MongoDB Shell to connect, configure, query, and work with your MongoDB database
|
|
brew "mongosh"
|
|
# HTTP/2 C Library
|
|
brew "nghttp2"
|
|
# Platform built on V8 to build network applications
|
|
brew "node"
|
|
# General-purpose scripting language
|
|
brew "php", restart_service: true
|
|
# Execute binaries from Python packages in isolated environments
|
|
brew "pipx"
|
|
# Interpreted, interactive, object-oriented programming language
|
|
brew "python@3.9"
|
|
# Install various Ruby versions and implementations
|
|
brew "ruby-build"
|
|
# Ruby version manager
|
|
brew "rbenv"
|
|
# Minimal, todo.txt-focused editor
|
|
brew "todo-txt"
|
|
# Display directories as trees (with optional color/HTML output)
|
|
brew "tree"
|
|
# Executes a program periodically, showing output fullscreen
|
|
brew "watch"
|
|
# SDK
|
|
brew "dart-lang/dart/dart"
|
|
# High-performance, schema-free, document-oriented database
|
|
brew "mongodb/brew/mongodb-community"
|
|
# Android SDK component
|
|
cask "android-platform-tools"
|
|
cask "android-sdk"
|
|
# Simple application that will prevent iTunes or Apple Music from launching
|
|
cask "notunes"
|