mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-18 01:29:06 +00:00
update brewfile
This commit is contained in:
22
Brewfile
22
Brewfile
@@ -11,7 +11,7 @@ brew "automake"
|
||||
# GNU database manager
|
||||
brew "gdbm"
|
||||
# Interpreted, interactive, object-oriented programming language
|
||||
brew "python@3.9"
|
||||
brew "python@3.10"
|
||||
# Official Amazon AWS command-line interface
|
||||
brew "awscli"
|
||||
# Parser generator
|
||||
@@ -26,6 +26,10 @@ brew "gcc"
|
||||
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
|
||||
@@ -34,20 +38,26 @@ brew "unbound"
|
||||
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"
|
||||
# Interpreted, interactive, object-oriented programming language
|
||||
brew "python@3.10"
|
||||
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"
|
||||
# Powerful, clean, object-oriented scripting language
|
||||
brew "ruby"
|
||||
# Minimal, todo.txt-focused editor
|
||||
@@ -56,6 +66,10 @@ brew "todo-txt"
|
||||
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"
|
||||
|
||||
@@ -26,6 +26,7 @@ export PATH="$HOME/.flutter-src/bin/cache/dart-sdk/bin:$PATH"
|
||||
export PATH="$HOME/.pub-cache/bin:$PATH"
|
||||
export PATH="$HOME/Library/Python/3.9/bin:$PATH"
|
||||
export PATH="$HOME/.gem/ruby/3.0.0/bin:$PATH"
|
||||
export PATH="$HOME/.gem/ruby/3.1.0/bin:$PATH"
|
||||
export PATH="/opt/homebrew/opt/ruby/bin:$PATH"
|
||||
export PATH="/opt/homebrew/opt/flex/bin:$PATH"
|
||||
export PATH="/opt/homebrew/opt/make/libexec/gnubin:$PATH"
|
||||
|
||||
Reference in New Issue
Block a user