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