mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(homebrew): update file
This commit is contained in:
150
Brewfile
150
Brewfile
@@ -16,36 +16,52 @@ tap "ttscoff/thelab"
|
||||
tap "universal-ctags/universal-ctags"
|
||||
# Search tool like grep, but optimized for programmers
|
||||
brew "ack"
|
||||
# Library and utilities for processing GIFs
|
||||
brew "giflib"
|
||||
# Library for manipulating PNG images
|
||||
brew "libpng"
|
||||
# Cryptography and SSL/TLS Toolkit
|
||||
brew "openssl@1.1"
|
||||
# Bourne-Again SHell, a UNIX command interpreter
|
||||
brew "bash"
|
||||
# Clone of cat(1) with syntax highlighting and Git integration
|
||||
brew "bat"
|
||||
# Software library to render fonts
|
||||
brew "freetype"
|
||||
# GNU internationalization (i18n) and localization (l10n) library
|
||||
brew "gettext"
|
||||
# Manage compile and link flags for libraries
|
||||
brew "pkg-config"
|
||||
# Library for command-line editing
|
||||
brew "readline"
|
||||
# Command-line interface for SQLite
|
||||
brew "sqlite"
|
||||
# Interpreted, interactive, object-oriented programming language
|
||||
brew "python@3.9"
|
||||
# Vector graphics library with cross-device output support
|
||||
brew "cairo"
|
||||
# C/C++ and Java libraries for Unicode and globalization
|
||||
brew "icu4c"
|
||||
# OpenType text shaping engine
|
||||
brew "harfbuzz"
|
||||
# Framework for layout and rendering of i18n text
|
||||
brew "pango"
|
||||
# Library to render SVG files using Cairo
|
||||
brew "librsvg"
|
||||
# Icons for the GNOME project
|
||||
brew "adwaita-icon-theme"
|
||||
# Library and utilities for processing GIFs
|
||||
brew "giflib"
|
||||
# Bourne-Again SHell, a UNIX command interpreter
|
||||
brew "bash"
|
||||
# Clone of cat(1) with syntax highlighting and Git integration
|
||||
brew "bat"
|
||||
# Development kit for the Java programming language
|
||||
brew "openjdk"
|
||||
# Remove large files or passwords from Git history like git-filter-branch
|
||||
brew "bfg"
|
||||
# BibTeX bibliography file pretty printer and syntax checker
|
||||
brew "bibclean"
|
||||
# Platform built on V8 to build network applications
|
||||
brew "node"
|
||||
# Secure and free password manager for all of your devices
|
||||
brew "bitwarden-cli"
|
||||
# Install RubyGems as Homebrew formulae
|
||||
brew "brew-gem"
|
||||
# Freely available high-quality data compressor
|
||||
brew "bzip2"
|
||||
# Statistics utility to count lines of code
|
||||
brew "cloc"
|
||||
# JavaScript optimizing compiler
|
||||
@@ -58,12 +74,20 @@ brew "python@3.10"
|
||||
brew "commitizen"
|
||||
# Get a file from an HTTP, HTTPS or FTP server
|
||||
brew "curl"
|
||||
# C library for reading, creating, and modifying zip archives
|
||||
brew "libzip"
|
||||
# General-purpose scripting language
|
||||
brew "php"
|
||||
# Dependency Manager for PHP
|
||||
brew "composer"
|
||||
# GNU File, Shell, and Text utilities
|
||||
brew "coreutils"
|
||||
# Reimplementation of ctags(1)
|
||||
brew "ctags", link: false
|
||||
# Secure runtime for JavaScript and TypeScript
|
||||
brew "deno"
|
||||
# Good-lookin' diffs with diff-highlight and more
|
||||
brew "diff-so-fancy"
|
||||
# Load/unload environment variables based on $PWD
|
||||
brew "direnv"
|
||||
# Pack, ship and run any application as a lightweight container
|
||||
@@ -72,6 +96,8 @@ brew "docker"
|
||||
brew "docker-machine"
|
||||
# Maintain consistent coding style between multiple editors
|
||||
brew "editorconfig"
|
||||
# LLVM bytecode to JavaScript compiler
|
||||
brew "emscripten"
|
||||
# Tools to convert fonts from OTF/TTF to EOT format
|
||||
brew "eot-utils"
|
||||
# Modern replacement for 'ls'
|
||||
@@ -82,24 +108,32 @@ brew "fizz"
|
||||
brew "fb303"
|
||||
# Simple, fast and user-friendly alternative to find
|
||||
brew "fd"
|
||||
# GNU Transport Layer Security (TLS) Library
|
||||
brew "gnutls"
|
||||
# Image manipulation library
|
||||
brew "jpeg", link: true
|
||||
# High-performance, asynchronous messaging library
|
||||
brew "zeromq"
|
||||
# Play, record, convert, and stream audio and video
|
||||
brew "ffmpeg"
|
||||
# GNU compiler collection
|
||||
brew "gcc"
|
||||
# Static type checker for JavaScript
|
||||
brew "flow"
|
||||
# Framework for layout and rendering of i18n text
|
||||
brew "pango"
|
||||
# Command-line outline and bitmap font editor/converter
|
||||
brew "fontforge"
|
||||
# CLI program that accepts piped input and presents files for selection
|
||||
brew "fpp"
|
||||
# Command-line fuzzy finder written in Go
|
||||
brew "fzf"
|
||||
# GNU compiler collection
|
||||
brew "gcc"
|
||||
# Powerful, clean, object-oriented scripting language
|
||||
brew "ruby"
|
||||
brew "gem-bundler"
|
||||
brew "gem-erb_lint"
|
||||
brew "gem-git-up"
|
||||
brew "gem-lunchy"
|
||||
brew "gem-neovim"
|
||||
brew "gem-tmuxinator"
|
||||
# GitHub command-line tool
|
||||
brew "gh"
|
||||
# Distributed revision control system
|
||||
@@ -114,6 +148,8 @@ brew "git-fixup"
|
||||
brew "git-lfs"
|
||||
# Simple and efficient way to access statistics in git
|
||||
brew "git-quick-stats"
|
||||
# Network related modules for glib
|
||||
brew "glib-networking"
|
||||
# Render markdown on the CLI
|
||||
brew "glow"
|
||||
# GNU implementation of the famous stream editor
|
||||
@@ -128,6 +164,8 @@ brew "gource"
|
||||
brew "grex"
|
||||
# Numerical library for C and C++
|
||||
brew "gsl"
|
||||
# Toolkit for creating graphical user interfaces
|
||||
brew "gtk+3"
|
||||
# Tool for glamorous shell scripts
|
||||
brew "gum"
|
||||
# Post-modern modal text editor
|
||||
@@ -136,6 +174,8 @@ brew "helix"
|
||||
brew "lua"
|
||||
# Convert source code to formatted text with syntax highlighting
|
||||
brew "highlight"
|
||||
# Instant coding answers via the command-line
|
||||
brew "howdoi"
|
||||
# Improved top (interactive process viewer)
|
||||
brew "htop"
|
||||
# User-friendly cURL replacement (command-line HTTP client)
|
||||
@@ -156,12 +196,18 @@ brew "lazygit"
|
||||
brew "libde265"
|
||||
# Access DVDs as block devices without the decryption
|
||||
brew "libdvdcss"
|
||||
# Conversion library
|
||||
brew "libiconv"
|
||||
# Implementation of the Double Ratchet cryptographic ratchet
|
||||
brew "libolm"
|
||||
# HTTP client/server library for GNOME
|
||||
brew "libsoup"
|
||||
# Just-In-Time Compiler (JIT) for the Lua programming language
|
||||
brew "luajit", args: ["HEAD"]
|
||||
brew "luajit"
|
||||
# Package manager for the Lua programming language
|
||||
brew "luarocks"
|
||||
# Friendly wrapper for launchctl
|
||||
brew "lunchy"
|
||||
# Text-based web browser
|
||||
brew "lynx"
|
||||
# Swiss Army Knife for macOS
|
||||
@@ -170,6 +216,8 @@ brew "m-cli"
|
||||
brew "mas"
|
||||
# High performance, distributed memory object caching system
|
||||
brew "memcached"
|
||||
# UNIX movie player
|
||||
brew "mplayer"
|
||||
# Turn marked-up plain text into well-formatted documents
|
||||
brew "multimarkdown"
|
||||
# Protocol buffers (Google's data interchange format)
|
||||
@@ -178,8 +226,12 @@ brew "protobuf"
|
||||
brew "zlib"
|
||||
# Open source relational database management system
|
||||
brew "mysql"
|
||||
# Interactive cheatsheet tool for the command-line
|
||||
brew "navi"
|
||||
# NCurses Disk Usage
|
||||
brew "ncdu"
|
||||
# Parser generator tool and incremental parsing library
|
||||
brew "tree-sitter"
|
||||
# Ambitious Vim-fork focused on extensibility and agility
|
||||
brew "neovim"
|
||||
# HTTP/2 C Library
|
||||
@@ -200,6 +252,10 @@ brew "pass"
|
||||
brew "peco"
|
||||
# Code formatter for JavaScript, CSS, JSON, GraphQL, Markdown, YAML
|
||||
brew "prettier"
|
||||
# Generic syntax highlighter
|
||||
brew "pygments", link: false
|
||||
# GNOME Python bindings (based on GObject Introspection)
|
||||
brew "pygobject3"
|
||||
# Interpreted, interactive, object-oriented programming language
|
||||
brew "python@3.8"
|
||||
# Messaging broker
|
||||
@@ -224,8 +280,6 @@ brew "ripgrep"
|
||||
brew "rlwrap"
|
||||
# Utility that provides fast incremental file transfer
|
||||
brew "rsync"
|
||||
# Powerful, clean, object-oriented scripting language
|
||||
brew "ruby"
|
||||
# Safe, concurrent, practical language
|
||||
brew "rust"
|
||||
# JVM-based programming language
|
||||
@@ -242,6 +296,8 @@ brew "syncthing"
|
||||
brew "the_silver_searcher"
|
||||
# Text interface for Git repositories
|
||||
brew "tig"
|
||||
# Simplified and community-driven man pages
|
||||
brew "tldr"
|
||||
# Instant terminal sharing
|
||||
brew "tmate"
|
||||
# Terminal multiplexer
|
||||
@@ -274,8 +330,6 @@ brew "zsh"
|
||||
brew "zsh-syntax-highlighting"
|
||||
# CLI tool for CookLang Recipe Markup Language
|
||||
brew "cooklang/tap/cook"
|
||||
# Interactive cheatsheet tool for the command-line.
|
||||
brew "denisidoro/tools/navi"
|
||||
# prettier, on SPEED!
|
||||
brew "fsouza/prettierd/prettierd"
|
||||
# The scalable code generator that saves you time.
|
||||
@@ -284,12 +338,12 @@ brew "jondot/tap/hygen"
|
||||
brew "ms-jpq/sad/sad"
|
||||
# Maintained ctags implementation
|
||||
brew "universal-ctags/universal-ctags/universal-ctags", args: ["HEAD"]
|
||||
# GPU-accelerated terminal emulator
|
||||
cask "alacritty"
|
||||
# Professional graphic design software
|
||||
cask "affinity-designer"
|
||||
# Professional image editing software
|
||||
cask "affinity-photo"
|
||||
# Application launcher and productivity software
|
||||
cask "alfred"
|
||||
# Automatic tiling window manager similar to xmonad
|
||||
cask "amethyst"
|
||||
# Application uninstaller
|
||||
cask "appcleaner"
|
||||
# Menu bar icon organizer
|
||||
@@ -319,6 +373,7 @@ cask "dash"
|
||||
cask "dat"
|
||||
# Browser for SQLite databases
|
||||
cask "db-browser-for-sqlite"
|
||||
cask "delicious-library"
|
||||
# Collect, organize, edit and annotate documents
|
||||
cask "devonthink"
|
||||
# Client for the Dropbox cloud storage service
|
||||
@@ -327,6 +382,8 @@ cask "dropbox"
|
||||
cask "element"
|
||||
# VPN client for secure internet access and private browsing
|
||||
cask "expressvpn"
|
||||
# Collaborative team software
|
||||
cask "figma"
|
||||
# Web browser
|
||||
cask "firefox"
|
||||
# Web browser
|
||||
@@ -336,6 +393,7 @@ cask "firefox-nightly"
|
||||
cask "flip4mac"
|
||||
# Download manager with a torrent client
|
||||
cask "folx"
|
||||
cask "font-fira-code"
|
||||
# Developer targeted fonts with a high number of glyphs
|
||||
cask "font-fira-code-nerd-font"
|
||||
# Font editor and converter for outline and bitmap fonts
|
||||
@@ -361,14 +419,14 @@ cask "graphql-playground"
|
||||
cask "hammerspoon"
|
||||
# Open-source video transcoder
|
||||
cask "handbrake"
|
||||
# Terminal built on web technologies
|
||||
cask "hyper"
|
||||
# Utility to reduce the size of 24-bit PNG files
|
||||
cask "imagealpha"
|
||||
# Tool to optimize images to a smaller size
|
||||
cask "imageoptim"
|
||||
# Tool to scan a website checking for broken links
|
||||
cask "integrity"
|
||||
# Menu bar application for the IPFS peer-to-peer network
|
||||
cask "ipfs"
|
||||
# Terminal emulator as alternative to Apple's Terminal app
|
||||
cask "iterm2"
|
||||
# Menu bar calendar
|
||||
@@ -377,10 +435,6 @@ cask "itsycal"
|
||||
cask "kaleidoscope"
|
||||
# Keyboard customizer
|
||||
cask "karabiner-elements"
|
||||
# Password manager app
|
||||
cask "keepassxc"
|
||||
# End-to-end encryption software
|
||||
cask "keybase"
|
||||
# Open-source keystroke visualizer
|
||||
cask "keycastr"
|
||||
# Interface for reading and syncing eBooks
|
||||
@@ -389,12 +443,16 @@ cask "kindle"
|
||||
cask "kitty"
|
||||
# Wallet desktop application to maintain multiple cryptocurrencies
|
||||
cask "ledger-live"
|
||||
# Privacy-first, open-source platform for knowledge sharing and management
|
||||
cask "logseq"
|
||||
# 8-bit 3D voxel editor and interactive path tracing renderer
|
||||
cask "magicavoxel"
|
||||
# Video format converter (transcoder)
|
||||
cask "makemkv"
|
||||
# Previewer for Markdown, MultiMarkdown and other text markup languages
|
||||
cask "marked"
|
||||
# Timer application
|
||||
cask "michaelvillar-timer"
|
||||
# Provides updates to various Microsoft products
|
||||
cask "microsoft-auto-update"
|
||||
# Web browser
|
||||
@@ -429,12 +487,18 @@ cask "plex"
|
||||
cask "postman"
|
||||
# Bridges Proton Mail to email clients supporting IMAP and SMTP protocols
|
||||
cask "protonmail-bridge"
|
||||
# VPN client focusing on security
|
||||
cask "protonvpn"
|
||||
# QuickLook plug-in that renders source code with syntax highlighting
|
||||
cask "qlcolorcode"
|
||||
# QuickLook generator for video files
|
||||
cask "qlvideo"
|
||||
# All-in-one bookmark manager
|
||||
cask "raindropio"
|
||||
# Kubernetes and container management on the desktop
|
||||
cask "rancher"
|
||||
# Control your tools with a few keystrokes
|
||||
cask "raycast"
|
||||
# Web browser
|
||||
cask "safari-technology-preview"
|
||||
# Block your own access to distracting websites
|
||||
@@ -444,10 +508,14 @@ cask "sequel-pro"
|
||||
# Onion routing based messenger
|
||||
cask "session"
|
||||
cask "shiori"
|
||||
# EPUB ebook editor
|
||||
cask "sigil"
|
||||
# Instant messaging application focusing on security
|
||||
cask "signal"
|
||||
# Draw, paint, & sketch application
|
||||
cask "sketchbook"
|
||||
# Team communication and collaboration software
|
||||
cask "slack"
|
||||
# Music streaming service
|
||||
cask "spotify"
|
||||
# Video game digital distribution service
|
||||
@@ -464,6 +532,8 @@ cask "the-unarchiver"
|
||||
cask "tor-browser"
|
||||
# File transfer application
|
||||
cask "transmit"
|
||||
# Free and open-source OpenVPN client
|
||||
cask "tunnelblick"
|
||||
# Font manager application
|
||||
cask "typeface"
|
||||
# Virtualizer for x86 hardware
|
||||
@@ -477,31 +547,33 @@ cask "vlc-webplugin"
|
||||
cask "webponize"
|
||||
# Network diagnostic utility
|
||||
cask "whatroute"
|
||||
# Desktop client for WhatsApp
|
||||
cask "whatsapp"
|
||||
# Open-source version of the X.Org X Window System
|
||||
cask "xquartz"
|
||||
# Share, organize and collaborate on designs
|
||||
cask "zeplin"
|
||||
mas "Affinity Designer", id: 824171161
|
||||
mas "Affinity Photo", id: 824183456
|
||||
mas "Affinity Publisher", id: 881418622
|
||||
mas "Drafts", id: 1435957248
|
||||
mas "Free MP4 Converter", id: 693443591
|
||||
mas "GarageBand", id: 682658836
|
||||
mas "Grammarly for Safari", id: 1462114288
|
||||
mas "Be Focused Pro", id: 961632517
|
||||
mas "Bitwarden", id: 1352778147
|
||||
mas "Boop", id: 1518425043
|
||||
mas "Day One", id: 1055511498
|
||||
mas "Flow", id: 1423210932
|
||||
mas "Horo", id: 1437226581
|
||||
mas "iA Writer", id: 775737590
|
||||
mas "iFinance 4", id: 992362138
|
||||
mas "Icon Slate", id: 439697913
|
||||
mas "iFinance 5", id: 1500241909
|
||||
mas "iMovie", id: 408981434
|
||||
mas "Just Focus", id: 1142151959
|
||||
mas "Keynote", id: 409183694
|
||||
mas "Kiwix", id: 1275066656
|
||||
mas "LanguageTool", id: 1534275760
|
||||
mas "Marked 2", id: 890031187
|
||||
mas "Mela", id: 1568924476
|
||||
mas "MindNode", id: 1289197285
|
||||
mas "Numbers", id: 409203825
|
||||
mas "Pages", id: 409201541
|
||||
mas "Save to Pocket", id: 1477385213
|
||||
mas "The Unarchiver", id: 425424353
|
||||
mas "Pixave", id: 924891282
|
||||
mas "Reeder", id: 1529448980
|
||||
mas "Things", id: 904280696
|
||||
mas "Time Sink", id: 404363161
|
||||
mas "Tweetbot", id: 1384080005
|
||||
mas "Typeface", id: 1062679359
|
||||
mas "Yoink", id: 457622435
|
||||
|
||||
Reference in New Issue
Block a user