mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-18 01:29:06 +00:00
270 lines
8.5 KiB
Ruby
270 lines
8.5 KiB
Ruby
tap "dart-lang/dart"
|
|
tap "heroku/brew"
|
|
tap "homebrew/bundle"
|
|
tap "homebrew/cask-versions"
|
|
tap "homebrew/services"
|
|
tap "mongodb/brew"
|
|
tap "surrealdb/tap"
|
|
# Color management engine supporting ICC profiles
|
|
brew "little-cms2"
|
|
# New file format for still image compression
|
|
brew "jpeg-xl"
|
|
# Codec library for encoding and decoding AV1 video streams
|
|
brew "aom"
|
|
# Tool for generating GNU Standards-compliant Makefiles
|
|
brew "automake"
|
|
# Interpreted, interactive, object-oriented programming language
|
|
brew "python@3.11"
|
|
# C Foreign Function Interface for Python
|
|
brew "cffi"
|
|
# Text processing system for reStructuredText
|
|
brew "docutils"
|
|
# Official Amazon AWS command-line interface
|
|
brew "awscli"
|
|
# Bourne-Again SHell, a UNIX command interpreter
|
|
brew "bash"
|
|
# Parser generator
|
|
brew "bison"
|
|
# Get/set bluetooth power and discoverable state
|
|
brew "blueutil"
|
|
# OpenType text shaping engine
|
|
brew "harfbuzz"
|
|
# Library to render SVG files using Cairo
|
|
brew "librsvg"
|
|
# Versatile and fast Unicode/ASCII/ANSI graphics renderer
|
|
brew "chafa"
|
|
# Get a file from an HTTP, HTTPS or FTP server
|
|
brew "curl"
|
|
# Select default apps for documents and URL schemes on macOS
|
|
brew "duti"
|
|
# Validating, recursive, caching DNS resolver
|
|
brew "unbound"
|
|
# GNU Transport Layer Security (TLS) Library
|
|
brew "gnutls"
|
|
# Library for JPEG-2000 image manipulation
|
|
brew "openjpeg"
|
|
# Image processing and image analysis library
|
|
brew "leptonica"
|
|
# OCR (Optical Character Recognition) engine
|
|
brew "tesseract"
|
|
# Play, record, convert, and stream audio and video
|
|
brew "ffmpeg"
|
|
# Banner-like program prints strings as ASCII art
|
|
brew "figlet"
|
|
# Fast Lexical Analyzer, generates Scanners (tokenizers)
|
|
brew "flex"
|
|
# Libraries to talk to Microsoft SQL Server and Sybase databases
|
|
brew "freetds"
|
|
# Command-line fuzzy finder written in Go
|
|
brew "fzf"
|
|
# GNU compiler collection
|
|
brew "gcc"
|
|
# Graphics library to dynamically manipulate images
|
|
brew "gd"
|
|
# Git extension for versioning large files
|
|
brew "git-lfs"
|
|
# Render markdown on the CLI
|
|
brew "glow"
|
|
# GNU Pretty Good Privacy (PGP) package
|
|
brew "gnupg"
|
|
# Manage compile and link flags for libraries
|
|
brew "pkg-config"
|
|
# GNU Ubiquitous Intelligent Language for Extensions
|
|
brew "guile"
|
|
# Database of common MIME types
|
|
brew "shared-mime-info"
|
|
# ISO/IEC 23008-12:2017 HEIF file format decoder and encoder
|
|
brew "libheif"
|
|
# Tools and libraries to manipulate images in many formats
|
|
brew "imagemagick"
|
|
# Lightweight and flexible command-line JSON processor
|
|
brew "jq"
|
|
# Portable Foreign Function Interface library
|
|
brew "libffi"
|
|
# YAML Parser
|
|
brew "libyaml"
|
|
# Rainbows and unicorns in your console!
|
|
brew "lolcat"
|
|
# Parsing Expression Grammars For Lua
|
|
brew "lpeg"
|
|
# Utility for directing compilation
|
|
brew "make"
|
|
# Platform built on V8 to build network applications
|
|
brew "node"
|
|
# MongoDB Shell to connect, configure, query, and work with your MongoDB database
|
|
brew "mongosh"
|
|
# Ambitious Vim-fork focused on extensibility and agility
|
|
brew "neovim", args: ["HEAD"]
|
|
# HTTP/2 C Library
|
|
brew "nghttp2"
|
|
# Platform built on V8 to build network applications
|
|
brew "node@16"
|
|
# Manage multiple Node.js versions
|
|
brew "nvm"
|
|
# General-purpose scripting language
|
|
brew "php", restart_service: true, link: false
|
|
# Execute binaries from Python packages in isolated environments
|
|
brew "pipx"
|
|
# Generic syntax highlighter
|
|
brew "pygments"
|
|
# Interpreted, interactive, object-oriented programming language
|
|
brew "python@3.10"
|
|
# Interpreted, interactive, object-oriented programming language
|
|
brew "python@3.9", link: false
|
|
# Install various Ruby versions and implementations
|
|
brew "ruby-build"
|
|
# Ruby version manager
|
|
brew "rbenv"
|
|
# Search tool like grep and The Silver Searcher
|
|
brew "ripgrep"
|
|
# Static analysis and lint tool, for (ba)sh scripts
|
|
brew "shellcheck"
|
|
# Opinionated Lua code formatter
|
|
brew "stylua"
|
|
# Terminal multiplexer
|
|
brew "tmux"
|
|
# Minimal, todo.txt-focused editor
|
|
brew "todo-txt"
|
|
# Display directories as trees (with optional color/HTML output)
|
|
brew "tree"
|
|
# Build, bundle & ship your Rust WASM application to the web
|
|
brew "trunk"
|
|
# Executes a program periodically, showing output fullscreen
|
|
brew "watch"
|
|
# Everything you need to get started with Heroku
|
|
brew "heroku/brew/heroku"
|
|
# High-performance, schema-free, document-oriented database
|
|
brew "mongodb/brew/mongodb-community"
|
|
# Android SDK component
|
|
cask "android-platform-tools"
|
|
# Tools for the Android SDK
|
|
cask "android-sdk"
|
|
# Simple application that will prevent iTunes or Apple Music from launching
|
|
cask "notunes"
|
|
vscode "aaron-bond.better-comments"
|
|
vscode "adpyke.codesnap"
|
|
vscode "af4jm.vscode-m3u"
|
|
vscode "alefragnani.Bookmarks"
|
|
vscode "alexzshl.badges-snippets"
|
|
vscode "artdiniz.quitcontrol-vscode"
|
|
vscode "atlassian.atlascode"
|
|
vscode "balazs4.gitlab-pipeline-monitor"
|
|
vscode "ban.troff"
|
|
vscode "batisteo.vscode-django"
|
|
vscode "BriteSnow.vscode-toggle-quotes"
|
|
vscode "bungcip.better-toml"
|
|
vscode "casraf.gi-gen"
|
|
vscode "ChakrounAnas.turbo-console-log"
|
|
vscode "coolbear.systemd-unit-file"
|
|
vscode "dakshmiglani.hex-to-rgba"
|
|
vscode "Dart-Code.dart-code"
|
|
vscode "Dart-Code.flutter"
|
|
vscode "DavidAnson.vscode-markdownlint"
|
|
vscode "davidhewitt.shebang-language-associator"
|
|
vscode "dawhite.mustache"
|
|
vscode "dbaeumer.vscode-eslint"
|
|
vscode "Dedsec727.jekyll-run"
|
|
vscode "DEVSENSE.composer-php-vscode"
|
|
vscode "DEVSENSE.intelli-php-vscode"
|
|
vscode "DEVSENSE.phptools-vscode"
|
|
vscode "DEVSENSE.profiler-php-vscode"
|
|
vscode "donjayamanne.python-environment-manager"
|
|
vscode "donjayamanne.python-extension-pack"
|
|
vscode "DotJoshJohnson.xml"
|
|
vscode "dsznajder.es7-react-js-snippets"
|
|
vscode "eamodio.gitlens"
|
|
vscode "ecmel.vscode-html-css"
|
|
vscode "EditorConfig.EditorConfig"
|
|
vscode "eg2.vscode-npm-script"
|
|
vscode "Equinusocio.vsc-community-material-theme"
|
|
vscode "Equinusocio.vsc-material-theme"
|
|
vscode "equinusocio.vsc-material-theme-icons"
|
|
vscode "esbenp.prettier-vscode"
|
|
vscode "formulahendry.auto-rename-tag"
|
|
vscode "foxundermoon.shell-format"
|
|
vscode "gaetschwartz.build-runner"
|
|
vscode "geequlim.godot-tools"
|
|
vscode "ginfuru.ginfuru-vscode-jekyll-syntax"
|
|
vscode "ginfuru.vscode-jekyll-snippets"
|
|
vscode "GitHub.copilot"
|
|
vscode "GitHub.copilot-chat"
|
|
vscode "github.vscode-github-actions"
|
|
vscode "GitHub.vscode-pull-request-github"
|
|
vscode "golang.go"
|
|
vscode "GrapeCity.gc-excelviewer"
|
|
vscode "Gruntfuggly.todo-tree"
|
|
vscode "hediet.vscode-drawio"
|
|
vscode "jeroen-meijer.pubspec-assist"
|
|
vscode "jock.svg"
|
|
vscode "KevinRose.vsc-python-indent"
|
|
vscode "kleber-swf.unity-code-snippets"
|
|
vscode "localizely.flutter-intl"
|
|
vscode "lokalise.i18n-ally"
|
|
vscode "mads-hartmann.bash-ide-vscode"
|
|
vscode "mbessey.vscode-rufo"
|
|
vscode "mikestead.dotenv"
|
|
vscode "mongodb.mongodb-vscode"
|
|
vscode "mrmlnc.vscode-stylefmt"
|
|
vscode "ms-azuretools.vscode-docker"
|
|
vscode "ms-dotnettools.csharp"
|
|
vscode "ms-dotnettools.vscode-dotnet-runtime"
|
|
vscode "ms-playwright.playwright"
|
|
vscode "ms-python.isort"
|
|
vscode "ms-python.python"
|
|
vscode "ms-python.vscode-pylance"
|
|
vscode "ms-toolsai.jupyter"
|
|
vscode "ms-toolsai.jupyter-keymap"
|
|
vscode "ms-toolsai.jupyter-renderers"
|
|
vscode "ms-toolsai.vscode-jupyter-cell-tags"
|
|
vscode "ms-toolsai.vscode-jupyter-slideshow"
|
|
vscode "ms-vscode-remote.remote-containers"
|
|
vscode "ms-vscode-remote.remote-ssh"
|
|
vscode "ms-vscode-remote.remote-ssh-edit"
|
|
vscode "ms-vscode-remote.remote-wsl"
|
|
vscode "ms-vscode-remote.vscode-remote-extensionpack"
|
|
vscode "ms-vscode.live-server"
|
|
vscode "ms-vscode.remote-explorer"
|
|
vscode "ms-vscode.remote-server"
|
|
vscode "ms-vsliveshare.vsliveshare"
|
|
vscode "naumovs.color-highlight"
|
|
vscode "netcorext.uuid-generator"
|
|
vscode "nidu.copy-json-path"
|
|
vscode "octref.vetur"
|
|
vscode "oderwat.indent-rainbow"
|
|
vscode "Orta.vscode-jest"
|
|
vscode "osteele.jekyll"
|
|
vscode "patbenatar.advanced-new-file"
|
|
vscode "pranaygp.vscode-css-peek"
|
|
vscode "quicktype.quicktype"
|
|
vscode "Razoric.gdscript-toolkit-formatter"
|
|
vscode "rebornix.ruby"
|
|
vscode "redhat.vscode-commons"
|
|
vscode "redhat.vscode-yaml"
|
|
vscode "ricard.postcss"
|
|
vscode "ritwickdey.LiveServer"
|
|
vscode "rogalmic.bash-debug"
|
|
vscode "rust-lang.rust-analyzer"
|
|
vscode "sburg.vscode-javascript-booster"
|
|
vscode "SirTobi.pegjs-language"
|
|
vscode "streetsidesoftware.code-spell-checker"
|
|
vscode "technosophos.vscode-make"
|
|
vscode "toba.vsfire"
|
|
vscode "Tobiah.unity-tools"
|
|
vscode "ultram4rine.vscode-choosealicense"
|
|
vscode "Unity.unity-debug"
|
|
vscode "vadimcn.vscode-lldb"
|
|
vscode "VisualStudioExptTeam.intellicode-api-usage-examples"
|
|
vscode "VisualStudioExptTeam.vscodeintellicode"
|
|
vscode "vscode-icons-team.vscode-icons"
|
|
vscode "Vue.volar"
|
|
vscode "WakaTime.vscode-wakatime"
|
|
vscode "wesbos.theme-cobalt2"
|
|
vscode "wholroyd.jinja"
|
|
vscode "wingrunr21.vscode-ruby"
|
|
vscode "wix.vscode-import-cost"
|
|
vscode "wmaurer.change-case"
|
|
vscode "yoavbls.pretty-ts-errors"
|
|
vscode "yzhang.markdown-all-in-one"
|
|
vscode "zaguini.create-react-app-vscode"
|
|
vscode "ZainChen.json"
|