mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
227 lines
6.6 KiB
Ruby
227 lines
6.6 KiB
Ruby
tap "1password/tap"
|
|
tap "anchore/grype"
|
|
tap "ddosify/tap"
|
|
tap "dm3ch/tap"
|
|
tap "gesquive/tap"
|
|
tap "github/gh"
|
|
tap "homebrew/autoupdate"
|
|
tap "homebrew/bundle"
|
|
tap "homebrew/cask"
|
|
tap "homebrew/core"
|
|
tap "homebrew/services"
|
|
tap "shivammathur/extensions"
|
|
tap "shivammathur/php"
|
|
# Interpreted, interactive, object-oriented programming language
|
|
brew "python@3.10"
|
|
# Automate deployment, configuration, and upgrading
|
|
brew "ansible"
|
|
# Zstandard is a real-time compression algorithm
|
|
brew "zstd"
|
|
# Spell checker with better logic than ispell
|
|
brew "aspell"
|
|
# Automatic configure script builder
|
|
brew "autoconf"
|
|
# Official Amazon AWS command-line interface
|
|
brew "awscli"
|
|
# Terminal bandwidth utilization tool
|
|
brew "bandwhich"
|
|
# Switch Apache / Valet / CLI configs between PHP versions
|
|
brew "brew-php-switcher"
|
|
# Core application library for C
|
|
brew "glib"
|
|
# Manage compile and link flags for libraries
|
|
brew "pkg-config"
|
|
# Open source suite of directory software
|
|
brew "openldap"
|
|
# Libraries to talk to Microsoft SQL Server and Sybase databases
|
|
brew "freetds"
|
|
# C/C++ and Java libraries for Unicode and globalization
|
|
brew "icu4c"
|
|
# Postgres C API library
|
|
brew "libpq"
|
|
# General-purpose scripting language
|
|
brew "php"
|
|
# Dependency Manager for PHP
|
|
brew "composer"
|
|
# GNU File, Shell, and Text utilities
|
|
brew "coreutils"
|
|
# Diff that understands syntax
|
|
brew "difftastic"
|
|
# Tool for exploring each layer in a docker image
|
|
brew "dive"
|
|
# Command-line DNS client
|
|
brew "dog"
|
|
# Useful examples at the command-line
|
|
brew "eg-examples"
|
|
# CLI for templating and/or deploying FaaS functions
|
|
brew "faas-cli"
|
|
# Monitor a directory for changes and run a shell command
|
|
brew "fswatch"
|
|
# GitHub command-line tool
|
|
brew "gh"
|
|
# Distributed revision control system
|
|
brew "git"
|
|
# Small git utilities
|
|
brew "git-extras"
|
|
# AVH edition of git-flow
|
|
brew "git-flow-avh"
|
|
# See your latest local git branches, formatted real fancy
|
|
brew "git-recent"
|
|
# GNU implementation of the famous stream editor
|
|
brew "gnu-sed"
|
|
# Validating, recursive, caching DNS resolver
|
|
brew "unbound"
|
|
# GNU Transport Layer Security (TLS) Library
|
|
brew "gnutls"
|
|
# GNU Pretty Good Privacy (PGP) package
|
|
brew "gnupg"
|
|
# Image manipulation
|
|
brew "netpbm"
|
|
# OpenType text shaping engine
|
|
brew "harfbuzz"
|
|
# Library to render SVG files using Cairo
|
|
brew "librsvg"
|
|
# Graph visualization software from AT&T and Bell Labs
|
|
brew "graphviz"
|
|
# GNU grep, egrep and fgrep
|
|
brew "grep"
|
|
# Popular GNU data compression program
|
|
brew "gzip"
|
|
# Smarter Dockerfile linter to validate best practices
|
|
brew "hadolint"
|
|
# Improved top (interactive process viewer)
|
|
brew "htop"
|
|
# Website copier/offline browser
|
|
brew "httrack"
|
|
# Tools and libraries to manipulate images in many formats
|
|
brew "imagemagick"
|
|
# Lightweight and flexible command-line JSON processor
|
|
brew "jq"
|
|
# Lazier way to manage everything docker
|
|
brew "lazydocker"
|
|
# Linguistic software and Finnish dictionary
|
|
brew "libvoikko"
|
|
# Swiss Army Knife for macOS
|
|
brew "m-cli"
|
|
# Mac App Store command-line interface
|
|
brew "mas"
|
|
# Terminal-based visual file manager
|
|
brew "midnight-commander"
|
|
# Port scanning utility for large networks
|
|
brew "nmap"
|
|
# Manage multiple Node.js versions
|
|
brew "nvm"
|
|
# Development kit for the Java programming language
|
|
brew "openjdk"
|
|
# Generate clients, server & docs from an OpenAPI spec (v2, v3)
|
|
brew "openapi-generator"
|
|
# Interpreted, interactive, object-oriented programming language
|
|
brew "python@3.8"
|
|
# RC file (dotfile) management
|
|
brew "rcm"
|
|
# Search tool like grep and The Silver Searcher
|
|
brew "ripgrep"
|
|
# Powerful, clean, object-oriented scripting language
|
|
brew "ruby"
|
|
# Static analysis and lint tool, for (ba)sh scripts
|
|
brew "shellcheck"
|
|
# Autoformat shell script source code
|
|
brew "shfmt"
|
|
# Send macOS User Notifications from the command-line
|
|
brew "terminal-notifier", link: false
|
|
# Tool to build, change, and version infrastructure
|
|
brew "terraform", link: false
|
|
# Thin wrapper for Terraform e.g. for locking state
|
|
brew "terragrunt"
|
|
# Tool which checks for the support of TLS/SSL ciphers and flaws
|
|
brew "testssl"
|
|
# Terraform version manager inspired by rbenv
|
|
brew "tfenv"
|
|
# Programmatically correct mistyped console commands
|
|
brew "thefuck"
|
|
# Simplified and community-driven man pages
|
|
brew "tldr"
|
|
# Terminal multiplexer
|
|
brew "tmux"
|
|
# Display directories as trees (with optional color/HTML output)
|
|
brew "tree"
|
|
# Modern watch command
|
|
brew "viddy"
|
|
# Executes a program periodically, showing output fullscreen
|
|
brew "watch"
|
|
# Internet file retriever
|
|
brew "wget"
|
|
# Personal information dashboard for your terminal
|
|
brew "wtfutil"
|
|
# Tracks most-used directories to make cd smarter
|
|
brew "z"
|
|
# A vulnerability scanner for container images and filesystems
|
|
brew "anchore/grype/grype"
|
|
# High-performance load testing tool, written in Golang.
|
|
brew "ddosify/tap/ddosify"
|
|
# lets you quickly switch between multiple git user profiles
|
|
brew "gesquive/tap/git-user"
|
|
# Xdebug PHP extension
|
|
brew "shivammathur/extensions/xdebug@7.4"
|
|
# Xdebug PHP extension
|
|
brew "shivammathur/extensions/xdebug@8.0"
|
|
# Xdebug PHP extension
|
|
brew "shivammathur/extensions/xdebug@8.1"
|
|
# General-purpose scripting language
|
|
brew "shivammathur/php/php"
|
|
# General-purpose scripting language
|
|
brew "shivammathur/php/php@7.4"
|
|
# General-purpose scripting language
|
|
brew "shivammathur/php/php@8.0"
|
|
# Command-line helper for the 1Password password manager
|
|
cask "1password-cli"
|
|
# App to build and share containerized applications and microservices
|
|
cask "docker"
|
|
# Reimagine your terminal
|
|
cask "fig"
|
|
# Unofficial overcast.fm podcast app
|
|
cask "fog"
|
|
# Open Source Webfont Converter
|
|
cask "fontplop"
|
|
# GIT client
|
|
cask "fork"
|
|
# Set of tools to manage resources and applications hosted on Google Cloud
|
|
cask "google-cloud-sdk"
|
|
# HTTP and GraphQL Client
|
|
cask "insomnia"
|
|
# Kubernetes IDE
|
|
cask "lens"
|
|
# Reverse proxy, secure introspectable tunnels to localhost
|
|
cask "ngrok"
|
|
# Display image info and preview unsupported formats in QuickLook
|
|
cask "qlimagesize"
|
|
# QuickLook generator for Markdown files
|
|
cask "qlmarkdown"
|
|
# QuickLook plugin for plaintext files without an extension
|
|
cask "qlstephen"
|
|
# QuickLook plugin for JSON files
|
|
cask "quicklook-json"
|
|
# QuickLook generator for Adobe Swatch Exchange files
|
|
cask "quicklookase"
|
|
# MySQL/MariaDB database management
|
|
cask "sequel-ace"
|
|
# Collection of apps available by subscription
|
|
cask "setapp"
|
|
# Application for inspecting installer packages
|
|
cask "suspicious-package"
|
|
# Quicklook extension for source files
|
|
cask "syntax-highlight"
|
|
# Open-source code editor
|
|
cask "visual-studio-code"
|
|
# Multimedia player
|
|
cask "vlc"
|
|
# Rust-based terminal
|
|
cask "warp"
|
|
mas "1Password for Safari", id: 1569813296
|
|
mas "GarageBand", id: 682658836
|
|
mas "iMovie", id: 408981434
|
|
mas "Keynote", id: 409183694
|
|
mas "Numbers", id: 409203825
|
|
mas "Pages", id: 409201541
|
|
mas "Tailscale", id: 1475387142
|
|
|