mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-17 17:28:07 +00:00
148 lines
4.7 KiB
Ruby
148 lines
4.7 KiB
Ruby
tap "chenasraf/tap"
|
||
tap "dart-lang/dart"
|
||
tap "dotenvx/brew"
|
||
tap "homebrew/bundle"
|
||
tap "homebrew/services"
|
||
tap "homebrew/test-bot"
|
||
tap "jesseduffield/lazydocker"
|
||
tap "jesseduffield/lazygit"
|
||
tap "jorgerojas26/lazysql"
|
||
tap "koekeishiya/formulae"
|
||
tap "leoafarias/fvm"
|
||
tap "surrealdb/tap"
|
||
# GNU multiple precision arithmetic library
|
||
brew "gmp"
|
||
# Static analysis and lint tool, for (ba)sh scripts
|
||
brew "shellcheck"
|
||
# Static checker for GitHub Actions workflow files
|
||
brew "actionlint"
|
||
# Resource monitor. C++ version and continuation of bashtop and bpytop
|
||
brew "btop"
|
||
# Insanely fast image printing in your terminal
|
||
brew "catimg"
|
||
# Cross-platform make
|
||
brew "cmake"
|
||
# Shell script to build fancy DMGs
|
||
brew "create-dmg"
|
||
# Load/unload environment variables based on $PWD
|
||
brew "direnv"
|
||
# Simple, fast and user-friendly alternative to find
|
||
brew "fd"
|
||
# Play, record, convert, and stream audio and video
|
||
brew "ffmpeg"
|
||
# Banner-like program prints strings as ASCII art
|
||
brew "figlet"
|
||
# Fast and simple Node.js version manager
|
||
brew "fnm"
|
||
# Monitor a directory for changes and run a shell command
|
||
brew "fswatch"
|
||
# Command-line fuzzy finder written in Go
|
||
brew "fzf"
|
||
# GitHub command-line tool
|
||
brew "gh"
|
||
# Syntax-highlighting pager for git and diff output
|
||
brew "git-delta"
|
||
# Git extension for versioning large files
|
||
brew "git-lfs"
|
||
# GNU version of the tar archiving utility
|
||
brew "gnu-tar"
|
||
# GNU Pretty Good Privacy (PGP) package
|
||
brew "gnupg"
|
||
# Lightweight and flexible command-line JSON processor
|
||
brew "jq"
|
||
# Simple terminal UI for git commands
|
||
brew "lazygit"
|
||
# Rainbows and unicorns in your console!
|
||
brew "lolcat"
|
||
# Simple tool to make locally trusted development certificates
|
||
brew "mkcert"
|
||
# Implementation of the Vulkan graphics and compute API on top of Metal
|
||
brew "molten-vk"
|
||
# General-purpose lossless data-compression library
|
||
brew "zlib"
|
||
# Open source relational database management system
|
||
brew "mysql"
|
||
# Clean C library for processing UTF-8 Unicode data
|
||
brew "utf8proc", args: ["HEAD"]
|
||
# Ambitious Vim-fork focused on extensibility and agility
|
||
brew "neovim"
|
||
# Small build system for use with gyp or CMake
|
||
brew "ninja"
|
||
# Libraries for security-enabled client and server applications
|
||
brew "nss", link: false
|
||
# Swiss-army knife of markup format conversion
|
||
brew "pandoc"
|
||
# General-purpose scripting language
|
||
brew "php", restart_service: :changed
|
||
# Python dependency management tool
|
||
brew "pipenv"
|
||
# Execute binaries from Python packages in isolated environments
|
||
brew "pipx"
|
||
# CLI for the Pkl programming language
|
||
brew "pkl"
|
||
# Python package management tool
|
||
brew "poetry"
|
||
# Python version management
|
||
brew "pyenv"
|
||
# Pyenv plugin to manage virtualenv
|
||
brew "pyenv-virtualenv"
|
||
# Generic syntax highlighter
|
||
brew "pygments"
|
||
# Interpreted, interactive, object-oriented programming language
|
||
brew "python@3.10", link: false
|
||
# Interpreted, interactive, object-oriented programming language
|
||
brew "python@3.12"
|
||
# Ruby version manager
|
||
brew "rbenv"
|
||
# Search tool like grep and The Silver Searcher
|
||
brew "ripgrep"
|
||
# Substitute for classic 'make' tool with autoconf/automake functionality
|
||
brew "scons"
|
||
# Autoformat shell script source code
|
||
brew "shfmt"
|
||
# Package any app for every Linux desktop, server, cloud or device
|
||
brew "snapcraft"
|
||
# Opinionated Lua code formatter
|
||
brew "stylua"
|
||
# Log file highlighter
|
||
brew "tailspin"
|
||
# Terminal multiplexer
|
||
brew "tmux", args: ["HEAD"]
|
||
# Display directories as trees (with optional color/HTML output)
|
||
brew "tree"
|
||
# Process YAML, JSON, XML, CSV and properties documents from the CLI
|
||
brew "yq"
|
||
# Plugin for direnv to load .env files using dotenvx
|
||
brew "chenasraf/tap/direnv-dotenvx"
|
||
# Gitignore generator for any type of project
|
||
brew "chenasraf/tap/gi_gen"
|
||
# Installs software from a declerative config on any system
|
||
brew "chenasraf/tap/sofmani"
|
||
# Outputs a Tree-like representation from strings
|
||
brew "chenasraf/tap/treelike"
|
||
# Run VS Code tasks.json from the terminal with deps and OS-aware execution
|
||
brew "chenasraf/tap/vstask"
|
||
# SDK
|
||
brew "dart-lang/dart/dart"
|
||
# Secure dotenv–from the creator of `dotenv`
|
||
brew "dotenvx/brew/dotenvx"
|
||
# A simple terminal UI for docker, written in Go
|
||
brew "jesseduffield/lazydocker/lazydocker"
|
||
brew "jorgerojas26/lazysql/lazysql"
|
||
# A tiling window manager for macOS based on binary space partitioning.
|
||
brew "koekeishiya/formulae/yabai"
|
||
# Simple cli to manage Flutter SDK versions per project
|
||
brew "leoafarias/fvm/fvm"
|
||
# A scalable, distributed, collaborative, document-graph database
|
||
brew "surrealdb/tap/surreal"
|
||
# Command-line interface for 1Password
|
||
cask "1password-cli"
|
||
# Android SDK component
|
||
cask "android-platform-tools"
|
||
# Tools for the Android SDK
|
||
cask "android-sdk"
|
||
# Official Nextcloud Talk Desktop client
|
||
cask "nextcloud-talk"
|
||
# GPU-accelerated cross-platform terminal emulator and multiplexer
|
||
cask "wezterm@nightly"
|