mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(brew): cleanup unused software
This commit is contained in:
264
Brewfile
264
Brewfile
@@ -1,32 +1,21 @@
|
||||
tap "charmbracelet/tap"
|
||||
tap "cooklang/tap"
|
||||
tap "denisidoro/tools"
|
||||
tap "dustinblackman/tap"
|
||||
tap "dwarvesf/tap"
|
||||
tap "espanso/espanso"
|
||||
tap "felixkratz/formulae"
|
||||
tap "fsouza/prettierd"
|
||||
tap "github/gh"
|
||||
tap "homebrew/aliases"
|
||||
tap "homebrew/autoupdate"
|
||||
tap "homebrew/bundle"
|
||||
tap "homebrew/cask"
|
||||
tap "homebrew/cask-drivers"
|
||||
tap "homebrew/cask-fonts"
|
||||
tap "homebrew/cask-versions"
|
||||
tap "homebrew/command-not-found"
|
||||
tap "homebrew/core"
|
||||
tap "homebrew/services"
|
||||
tap "jakehilborn/jakehilborn"
|
||||
tap "jondot/tap"
|
||||
tap "joshmedeski/sesh"
|
||||
tap "koekeishiya/formulae"
|
||||
tap "micnncim/tap"
|
||||
tap "ms-jpq/sad"
|
||||
tap "neovim/neovim"
|
||||
tap "nikitabobko/tap"
|
||||
tap "oven-sh/bun"
|
||||
tap "pkgxdev/made"
|
||||
tap "supabase/tap"
|
||||
tap "ttscoff/thelab"
|
||||
tap "universal-ctags/universal-ctags"
|
||||
# Search tool like grep, but optimized for programmers
|
||||
brew "ack"
|
||||
# Library for manipulating PNG images
|
||||
@@ -113,40 +102,20 @@ brew "cloc"
|
||||
brew "closure-compiler"
|
||||
# Cross-platform make
|
||||
brew "cmake"
|
||||
# Powerful, clean, object-oriented scripting language
|
||||
brew "ruby"
|
||||
# Dependency manager for Cocoa projects
|
||||
brew "cocoapods"
|
||||
# Defines a standard way of committing rules and communicating it
|
||||
brew "commitizen"
|
||||
# Get a file from an HTTP, HTTPS or FTP server
|
||||
brew "curl"
|
||||
# Graphics library to dynamically manipulate images
|
||||
brew "gd"
|
||||
# C library for reading, creating, and modifying zip archives
|
||||
brew "libzip"
|
||||
# General-purpose scripting language
|
||||
brew "php"
|
||||
# Dependency Manager for PHP
|
||||
brew "composer"
|
||||
# Header-only library for parsing TOML
|
||||
brew "cpptoml"
|
||||
# Reimplementation of ctags(1)
|
||||
brew "ctags"
|
||||
# Secure runtime for JavaScript and TypeScript
|
||||
brew "deno"
|
||||
# Get a file from an HTTP, HTTPS or FTP server
|
||||
brew "curl"
|
||||
# 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
|
||||
brew "docker"
|
||||
# Isolated development environments using Docker
|
||||
brew "docker-compose"
|
||||
# Create Docker hosts locally and on cloud providers
|
||||
brew "docker-machine", restart_service: true
|
||||
# .NET Core
|
||||
brew "dotnet"
|
||||
# More intuitive version of du in rust
|
||||
brew "dust"
|
||||
# Collection of reusable C++ library artifacts developed at Facebook
|
||||
@@ -191,12 +160,10 @@ brew "zeromq"
|
||||
brew "ffmpeg"
|
||||
# User-friendly command-line shell for UNIX-like operating systems
|
||||
brew "fish"
|
||||
# Static type checker for JavaScript
|
||||
brew "flow"
|
||||
# CLI program that accepts piped input and presents files for selection
|
||||
brew "fpp"
|
||||
# Command-line fuzzy finder written in Go
|
||||
brew "fzf"
|
||||
# Graphics library to dynamically manipulate images
|
||||
brew "gd"
|
||||
# GitHub command-line tool
|
||||
brew "gh"
|
||||
# Distributed revision control system
|
||||
@@ -225,16 +192,12 @@ brew "gnu-sed"
|
||||
brew "libgpg-error"
|
||||
# GNU Pretty Good Privacy (PGP) package
|
||||
brew "gnupg"
|
||||
# Open source programming language to build simple/reliable/efficient software
|
||||
brew "go"
|
||||
# Manage compile and link flags for libraries
|
||||
brew "pkg-config"
|
||||
# Interpreted, interactive, object-oriented programming language
|
||||
brew "python@3.11"
|
||||
# Generate introspection data for GObject libraries
|
||||
brew "gobject-introspection"
|
||||
# Google Testing and Mocking Framework
|
||||
brew "googletest"
|
||||
# Library for loading images as SDL surfaces and textures
|
||||
brew "sdl2_image"
|
||||
# Version Control Visualization Tool
|
||||
@@ -249,24 +212,16 @@ brew "gsl"
|
||||
brew "gtk+3"
|
||||
# Tool for glamorous shell scripts
|
||||
brew "gum"
|
||||
# Post-modern modal text editor
|
||||
brew "helix"
|
||||
# Powerful, lightweight programming language
|
||||
brew "lua"
|
||||
# Convert source code to formatted text with syntax highlighting
|
||||
brew "highlight"
|
||||
# Generic syntax highlighter
|
||||
brew "pygments"
|
||||
# Instant coding answers via the command-line
|
||||
brew "howdoi"
|
||||
# Improved top (interactive process viewer)
|
||||
brew "htop"
|
||||
# Generic syntax highlighter
|
||||
brew "pygments"
|
||||
# User-friendly cURL replacement (command-line HTTP client)
|
||||
brew "httpie"
|
||||
# Add GitHub support to git on the command-line
|
||||
brew "hub"
|
||||
# Configurable static site generator
|
||||
brew "hugo"
|
||||
# Command-line benchmarking tool
|
||||
brew "hyperfine"
|
||||
# Open h.265 video codec implementation
|
||||
@@ -285,8 +240,6 @@ brew "jless"
|
||||
brew "jpeg", link: true
|
||||
# Lightweight and flexible command-line JSON processor
|
||||
brew "jq"
|
||||
# Kubernetes command-line interface
|
||||
brew "kubernetes-cli"
|
||||
# Lazier way to manage everything docker
|
||||
brew "lazydocker"
|
||||
# Simple terminal UI for git commands
|
||||
@@ -303,10 +256,8 @@ brew "libolm"
|
||||
brew "libpsl"
|
||||
# HTTP client/server library for GNOME
|
||||
brew "libsoup"
|
||||
# Linux virtual machines
|
||||
brew "lima"
|
||||
# Lynx-like WWW browser that supports tables, menus, etc.
|
||||
brew "links"
|
||||
# C library for reading, creating, and modifying zip archives
|
||||
brew "libzip"
|
||||
# Next-gen compiler infrastructure
|
||||
brew "llvm"
|
||||
# Just-In-Time Compiler (JIT) for the Lua programming language
|
||||
@@ -321,8 +272,6 @@ brew "lynx"
|
||||
brew "m-cli"
|
||||
# Mac App Store command-line interface
|
||||
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
|
||||
@@ -345,6 +294,8 @@ brew "neovim"
|
||||
brew "nghttp2"
|
||||
# Small build system for use with gyp or CMake
|
||||
brew "ninja"
|
||||
# Terminal UI to chat with large language models (LLM) using backends such as Ollama, and direct integrations with your favourite editor like Neovim!
|
||||
brew "oatmeal"
|
||||
# Open Fortinet client for PPP+TLS VPN tunnel services
|
||||
brew "openfortivpn"
|
||||
# ISO-C API and CLI for generating UUIDs
|
||||
@@ -361,12 +312,18 @@ brew "pass"
|
||||
brew "peco"
|
||||
# Highly capable, feature-rich programming language
|
||||
brew "perl"
|
||||
# General-purpose scripting language
|
||||
brew "php"
|
||||
# Pinentry for GPG on Mac
|
||||
brew "pinentry-mac"
|
||||
# Execute binaries from Python packages in isolated environments
|
||||
brew "pipx"
|
||||
# Paste PNG into files
|
||||
brew "pngpaste"
|
||||
# Fast, disk space efficient package manager
|
||||
brew "pnpm"
|
||||
# Object-relational database system
|
||||
brew "postgresql@14"
|
||||
# Code formatter for JavaScript, CSS, JSON, GraphQL, Markdown, YAML
|
||||
brew "prettier"
|
||||
# Protocol buffers (Google's data interchange format)
|
||||
@@ -383,22 +340,10 @@ brew "python-tk@3.10"
|
||||
brew "python@3.8"
|
||||
# Interpreted, interactive, object-oriented programming language
|
||||
brew "python@3.9"
|
||||
# Messaging and streaming broker
|
||||
brew "rabbitmq"
|
||||
# File browser
|
||||
brew "ranger"
|
||||
# Install various Ruby versions and implementations
|
||||
brew "ruby-build"
|
||||
# Ruby version manager
|
||||
brew "rbenv"
|
||||
# Make aliases for Ruby versions
|
||||
brew "rbenv-aliases"
|
||||
# Safely sets global and per-project environment variables
|
||||
brew "rbenv-vars"
|
||||
# Reattach process (e.g., tmux) to background
|
||||
brew "reattach-to-user-namespace"
|
||||
# Persistent key-value database, with built-in net interface
|
||||
brew "redis"
|
||||
# Convert between TOML, YAML and JSON
|
||||
brew "remarshal"
|
||||
# Search tool like grep and The Silver Searcher
|
||||
@@ -407,6 +352,8 @@ 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
|
||||
@@ -421,6 +368,8 @@ brew "snzip"
|
||||
brew "ssh-copy-id"
|
||||
# Cross-shell prompt for astronauts
|
||||
brew "starship"
|
||||
# Supabase CLI
|
||||
brew "supabase"
|
||||
# Nodejs-based tool for optimizing SVG vector graphics files
|
||||
brew "svgo"
|
||||
# Open source continuous file synchronization application
|
||||
@@ -431,34 +380,22 @@ brew "the_silver_searcher"
|
||||
brew "tig"
|
||||
# Simplified and community-driven man pages
|
||||
brew "tldr"
|
||||
# Instant terminal sharing
|
||||
brew "tmate"
|
||||
# Terminal multiplexer
|
||||
brew "tmux"
|
||||
# Manage complex tmux sessions easily
|
||||
brew "tmuxinator"
|
||||
# Command-line tool for sharing terminal over the web
|
||||
brew "ttyd", args: ["HEAD"]
|
||||
# TUI for Mastodon with vim inspired keys
|
||||
brew "tut"
|
||||
# Maintained ctags implementation
|
||||
brew "universal-ctags", args: ["HEAD"]
|
||||
# URL extractor/launcher
|
||||
brew "urlview"
|
||||
# Compiler for the GObject type system
|
||||
brew "vala"
|
||||
# Syntax-aware linter for prose
|
||||
brew "vale"
|
||||
# Image processing library
|
||||
brew "vips"
|
||||
# Watch files and take action when they change
|
||||
brew "watchman"
|
||||
# Command-line tool to track (your) time
|
||||
brew "watson"
|
||||
# Internet file retriever
|
||||
brew "wget"
|
||||
# Homebrew, but with Docker images
|
||||
brew "whalebrew"
|
||||
# Port of OpenAI's Whisper model in C/C++
|
||||
brew "whisper-cpp"
|
||||
# Utilities to create and convert Web Open Font File (WOFF) files
|
||||
@@ -469,16 +406,6 @@ brew "xdotool"
|
||||
brew "yarn"
|
||||
# Download YouTube videos from the command-line
|
||||
brew "youtube-dl"
|
||||
# Process YAML, JSON, XML, CSV and properties documents from the CLI
|
||||
brew "yq"
|
||||
# Tracks most-used directories to make cd smarter
|
||||
brew "z"
|
||||
# Pluggable terminal workspace, with terminal multiplexer as the base feature
|
||||
brew "zellij"
|
||||
# Command-line fuzzy finder that prioritizes matches on filenames
|
||||
brew "zf"
|
||||
# Plain text note-taking assistant
|
||||
brew "zk"
|
||||
# Shell extension to navigate your filesystem faster
|
||||
brew "zoxide"
|
||||
# UNIX shell (command interpreter)
|
||||
@@ -489,14 +416,6 @@ brew "zsh-syntax-highlighting"
|
||||
brew "charmbracelet/tap/soft-serve"
|
||||
# A tool for recording terminal GIFs
|
||||
brew "charmbracelet/tap/vhs"
|
||||
# The SSH directory
|
||||
brew "charmbracelet/tap/wishlist"
|
||||
# CLI tool for CookLang Recipe Markup Language
|
||||
brew "cooklang/tap/cook"
|
||||
# Terminal UI to chat with large language models (LLM) using backends such as Ollama, and direct integrations with your favourite editor like Neovim!
|
||||
brew "dustinblackman/tap/oatmeal"
|
||||
# Custom macOS statusbar with shell plugin, interaction and graph support
|
||||
brew "felixkratz/formulae/sketchybar"
|
||||
# prettier, on SPEED!
|
||||
brew "fsouza/prettierd/prettierd"
|
||||
# macOS command line utility to configure multi-display resolutions and arrangements. Essentially XRandR for macOS.
|
||||
@@ -511,14 +430,16 @@ brew "koekeishiya/formulae/skhd"
|
||||
brew "koekeishiya/formulae/yabai"
|
||||
# Search and replace | Space Age seD
|
||||
brew "ms-jpq/sad/sad"
|
||||
# Incredibly fast JavaScript runtime, bundler, transpiler and package manager - all in one.
|
||||
brew "oven-sh/bun/bun"
|
||||
# Run Anything
|
||||
brew "pkgxdev/made/pkgx"
|
||||
# Supabase CLI
|
||||
brew "supabase/tap/supabase"
|
||||
# Time tracker
|
||||
cask "activitywatch"
|
||||
# Professional graphic design software
|
||||
cask "affinity-designer"
|
||||
# Professional image editing software
|
||||
cask "affinity-photo"
|
||||
# Professional desktop publishing software
|
||||
cask "affinity-publisher"
|
||||
# Application launcher and productivity software
|
||||
cask "alfred"
|
||||
# Enable Windows-like alt-tab
|
||||
@@ -529,34 +450,22 @@ cask "angry-ip-scanner"
|
||||
cask "ankerwork"
|
||||
# Application uninstaller
|
||||
cask "appcleaner"
|
||||
# User-friendly GUI app for Homebrew
|
||||
cask "applite"
|
||||
# Chromium based browser
|
||||
cask "arc"
|
||||
# Multi-track audio editor and recorder
|
||||
cask "audacity"
|
||||
# Menu bar icon organiser
|
||||
cask "bartender"
|
||||
# All-In-One Toolkit for Working Remotely
|
||||
cask "basecamp"
|
||||
# Compact TeX distribution as alternative to the full TeX Live / MacTeX
|
||||
cask "basictex"
|
||||
# Edit and manage bibliographies
|
||||
cask "bibdesk"
|
||||
# Desktop password and login vault
|
||||
cask "bitwarden"
|
||||
# 3D creation suite
|
||||
cask "blender"
|
||||
# 3D performance benchmarking tool
|
||||
cask "blender-benchmark"
|
||||
# Utility to dim background/inactive content in the screen
|
||||
cask "blurred"
|
||||
# Scriptable scratchpad for developers
|
||||
cask "boop"
|
||||
# Web browser focusing on privacy
|
||||
cask "brave-browser"
|
||||
# Automation tool
|
||||
cask "bunch"
|
||||
# E-books management software
|
||||
cask "calibre"
|
||||
# Screen capturing tool
|
||||
@@ -566,10 +475,6 @@ cask "color-oracle"
|
||||
cask "cryptomator"
|
||||
# Disk space visualiser
|
||||
cask "daisydisk"
|
||||
# API documentation browser and code snippet manager
|
||||
cask "dash"
|
||||
# Peer to peer data sharing app built for humans
|
||||
cask "dat"
|
||||
# Browser for SQLite databases
|
||||
cask "db-browser-for-sqlite"
|
||||
# Trains AIs to understand and translate texts
|
||||
@@ -582,22 +487,12 @@ cask "discord"
|
||||
cask "docker"
|
||||
# Client for the Dropbox cloud storage service
|
||||
cask "dropbox"
|
||||
# Find files, folders, or contents in any file
|
||||
cask "easyfind"
|
||||
# Matrix collaboration client
|
||||
cask "element"
|
||||
# Cross-platform Text Expander written in Rust
|
||||
cask "espanso"
|
||||
# Collaborative team software
|
||||
cask "figma"
|
||||
# Web browser
|
||||
cask "firefox"
|
||||
# Web browser
|
||||
cask "firefox-developer-edition"
|
||||
# Web browser
|
||||
cask "firefox-nightly"
|
||||
# Download manager with a torrent client
|
||||
cask "folx"
|
||||
# Free monospaced font with programming ligatures
|
||||
cask "font-fira-code"
|
||||
# Developer targeted fonts with a high number of glyphs
|
||||
@@ -618,26 +513,16 @@ cask "font-symbols-only-nerd-font"
|
||||
cask "forticlient-vpn"
|
||||
# Disk space cleaner that finds and deletes duplicated and similar files
|
||||
cask "gemini"
|
||||
# Desktop client for GitHub repositories
|
||||
cask "github"
|
||||
# Web browser
|
||||
cask "google-chrome"
|
||||
# Japanese input software
|
||||
cask "google-japanese-ime"
|
||||
# Tools to protect your files
|
||||
cask "gpg-suite-no-mail"
|
||||
# Utility to fix grammar errors and style issues in text
|
||||
cask "grammarly"
|
||||
# GraphQL IDE for better development workflows
|
||||
cask "graphql-playground"
|
||||
# Desktop automation application
|
||||
cask "hammerspoon"
|
||||
# Open-source video transcoder
|
||||
cask "handbrake"
|
||||
# Utility to hide menu bar items
|
||||
cask "hiddenbar"
|
||||
# Utility to reduce the size of 24-bit PNG files
|
||||
cask "imagealpha"
|
||||
# Create presentation slides from a Markdown document
|
||||
cask "ia-presenter"
|
||||
# Tool to optimise images to a smaller size
|
||||
cask "imageoptim"
|
||||
# Tool to scan a website checking for broken links
|
||||
@@ -656,92 +541,50 @@ cask "kap"
|
||||
cask "karabiner-elements"
|
||||
# File archiver
|
||||
cask "keka"
|
||||
# End-to-end encryption software
|
||||
cask "keybase"
|
||||
# Desktop shield and keystroke interceptor
|
||||
cask "keyboard-cleaner"
|
||||
# Open-source keystroke visualiser
|
||||
cask "keycastr"
|
||||
# Interface for reading and syncing eBooks
|
||||
cask "kindle"
|
||||
# GPU-based terminal emulator
|
||||
cask "kitty"
|
||||
# Grammar, spelling and style suggestions in all the writing apps
|
||||
cask "languagetool"
|
||||
# Official client for LBRY, a decentralised file-sharing and payment network
|
||||
cask "lbry"
|
||||
# Wallet desktop application to maintain multiple cryptocurrencies
|
||||
cask "ledger-live"
|
||||
# Client for LLaMA models
|
||||
cask "llamachat"
|
||||
# Discover, download, and run local LLMs
|
||||
cask "lm-studio"
|
||||
# File system integration
|
||||
cask "macfuse"
|
||||
# 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
|
||||
cask "microsoft-edge"
|
||||
# Email client
|
||||
cask "microsoft-outlook"
|
||||
# Remote desktop client
|
||||
cask "microsoft-remote-desktop"
|
||||
# Meet, chat, call, and collaborate in just one place
|
||||
cask "microsoft-teams"
|
||||
# Minimal installer for conda
|
||||
cask "miniconda"
|
||||
# Desktop sync client for Nextcloud software products
|
||||
cask "nextcloud"
|
||||
# VPN client for secure internet access and private browsing
|
||||
cask "nordvpn"
|
||||
# App to write, plan, collaborate, and get organised
|
||||
cask "notion"
|
||||
# Calculator and converter application
|
||||
cask "numi"
|
||||
# Knowledge base that works on top of a local folder of plain text Markdown files
|
||||
cask "obsidian"
|
||||
# Organise all your reference images in one place
|
||||
cask "ogdesign-eagle"
|
||||
# Web browser
|
||||
cask "opera"
|
||||
# Web browser
|
||||
cask "opera-beta"
|
||||
# Web browser
|
||||
cask "opera-developer"
|
||||
# Play PC games and connect with your friends
|
||||
cask "origin"
|
||||
# Get up and running with large language models locally
|
||||
cask "ollama"
|
||||
# Interact with Ollama models
|
||||
cask "ollamac"
|
||||
# Control your smart light system
|
||||
cask "philips-hue-sync"
|
||||
# Colour picker for colours onscreen
|
||||
cask "pika"
|
||||
# Home media player
|
||||
cask "plex"
|
||||
# Collaboration platform for API development
|
||||
cask "postman"
|
||||
# Client for Proton Drive
|
||||
cask "proton-drive"
|
||||
# Bridges Proton Mail to email clients supporting IMAP and SMTP protocols
|
||||
cask "protonmail-bridge"
|
||||
# VPN client focusing on security
|
||||
cask "protonvpn"
|
||||
# Quick Look plug-in that renders source code with syntax highlighting
|
||||
cask "qlcolorcode"
|
||||
# Thumbnails, static previews, cover art and metadata for video files
|
||||
cask "qlvideo"
|
||||
# All-in-one bookmark manager
|
||||
cask "raindropio"
|
||||
# Imaging utility to install operating systems to a microSD card
|
||||
cask "raspberry-pi-imager"
|
||||
# Control your tools with a few keystrokes
|
||||
cask "raycast"
|
||||
# Web browser
|
||||
cask "safari-technology-preview"
|
||||
# Save articles to read, highlight key content, and organise notes for review
|
||||
cask "reader"
|
||||
# Store SSH keys in the Secure Enclave
|
||||
cask "secretive"
|
||||
# Tool for sending personal documents to Kindles from Macs
|
||||
@@ -754,12 +597,6 @@ cask "session"
|
||||
cask "sf-symbols"
|
||||
# Instant messaging application focusing on security
|
||||
cask "signal"
|
||||
# Draw, paint, & sketch application
|
||||
cask "sketchbook"
|
||||
# Team communication and collaboration software
|
||||
cask "slack"
|
||||
# Displays all open files and sockets in use by all running processes
|
||||
cask "sloth"
|
||||
# Control your Sonos system
|
||||
cask "sonos"
|
||||
# Music streaming service
|
||||
@@ -770,40 +607,28 @@ cask "stats"
|
||||
cask "stellarium"
|
||||
# Interior design application
|
||||
cask "sweet-home3d"
|
||||
# Sync and backup service to Synology NAS drives
|
||||
cask "synology-drive"
|
||||
# Desktop client for Telegram messenger
|
||||
cask "telegram-desktop"
|
||||
# JDK from the Eclipse Foundation (Adoptium)
|
||||
cask "temurin8"
|
||||
# Unpacks archive files
|
||||
cask "the-unarchiver"
|
||||
# Customizable timing of breaks
|
||||
cask "time-out"
|
||||
# Web browser focusing on security
|
||||
cask "tor-browser"
|
||||
# File transfer application
|
||||
cask "transmit"
|
||||
# Free and open-source OpenVPN client
|
||||
cask "tunnelblick"
|
||||
# Disk encryption software focusing on security based on TrueCrypt
|
||||
cask "veracrypt"
|
||||
# Open-source code editor
|
||||
cask "visual-studio-code"
|
||||
# Code editor
|
||||
cask "visual-studio-code-insiders"
|
||||
# Multimedia player
|
||||
cask "vlc"
|
||||
# Web browser plugin
|
||||
cask "vlc-webplugin"
|
||||
# Rust-based terminal
|
||||
cask "warp"
|
||||
# Torrent streaming application
|
||||
cask "webtorrent"
|
||||
# GPU-accelerated cross-platform terminal emulator and multiplexer
|
||||
cask "wezterm"
|
||||
# Network diagnostic utility
|
||||
cask "whatroute"
|
||||
# Open-source version of the X.Org X Window System
|
||||
cask "xquartz"
|
||||
# Multiplayer code editor
|
||||
cask "zed"
|
||||
mas "1-Click Video Converter", id: 717545086
|
||||
@@ -812,25 +637,19 @@ mas "Day One", id: 1055511498
|
||||
mas "Deliveries", id: 290986013
|
||||
mas "Draw Things", id: 6444050820
|
||||
mas "Free MP4 Converter", id: 693443591
|
||||
mas "GarageBand", id: 682658836
|
||||
mas "Goodnotes", id: 1444383602
|
||||
mas "iA Writer", id: 775737590
|
||||
mas "Icon Slate", id: 439697913
|
||||
mas "iFinance 5", id: 1500241909
|
||||
mas "iMovie", id: 408981434
|
||||
mas "IP Friend", id: 1560408065
|
||||
mas "Just Focus", id: 1142151959
|
||||
mas "Key Codes", id: 414568915
|
||||
mas "Keynote", id: 409183694
|
||||
mas "Kindle", id: 302584613
|
||||
mas "LanguageTool", id: 1534275760
|
||||
mas "Marked 2", id: 890031187
|
||||
mas "Mela", id: 1568924476
|
||||
mas "Microsoft To Do", id: 1274495053
|
||||
mas "MindNode", id: 1289197285
|
||||
mas "Numbers", id: 409203825
|
||||
mas "Pages", id: 409201541
|
||||
mas "Pixave", id: 924891282
|
||||
mas "Reeder", id: 1529448980
|
||||
mas "Save to Raindrop.io", id: 1549370672
|
||||
mas "Smart Converter", id: 447513724
|
||||
@@ -838,7 +657,6 @@ mas "The Unarchiver", id: 425424353
|
||||
mas "Things", id: 904280696
|
||||
mas "Time Sink", id: 404363161
|
||||
mas "Typeface", id: 1062679359
|
||||
mas "Xcode", id: 497799835
|
||||
mas "Yoink", id: 457622435
|
||||
vscode "activitywatch.aw-watcher-vscode"
|
||||
vscode "adamvoss.vscode-languagetool"
|
||||
|
||||
Reference in New Issue
Block a user