update brewfile

This commit is contained in:
Chen Asraf
2022-07-05 11:31:32 +03:00
parent 0d81c5e3b4
commit 1499680ff1
2 changed files with 19 additions and 4 deletions

View File

@@ -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"

View File

@@ -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"