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