mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(nix): migrate Homebrew brews to Nix
This commit is contained in:
392
Brewfile
392
Brewfile
@@ -1,114 +1,45 @@
|
|||||||
tap "buo/cask-upgrade"
|
|
||||||
tap "charmbracelet/tap"
|
|
||||||
tap "dustinblackman/tap"
|
tap "dustinblackman/tap"
|
||||||
tap "fsouza/prettierd"
|
|
||||||
tap "homebrew/aliases"
|
|
||||||
tap "homebrew/autoupdate"
|
|
||||||
tap "homebrew/bundle"
|
tap "homebrew/bundle"
|
||||||
tap "homebrew/cask-fonts"
|
|
||||||
tap "homebrew/cask-versions"
|
|
||||||
tap "homebrew/command-not-found"
|
|
||||||
tap "homebrew/services"
|
tap "homebrew/services"
|
||||||
tap "jakehilborn/jakehilborn"
|
|
||||||
tap "jondot/tap"
|
|
||||||
tap "koekeishiya/formulae"
|
|
||||||
tap "ms-jpq/sad"
|
tap "ms-jpq/sad"
|
||||||
tap "oven-sh/bun"
|
|
||||||
tap "pkgxdev/made"
|
|
||||||
tap "railwayapp/tap"
|
|
||||||
tap "xwmx/taps"
|
|
||||||
# Library for manipulating PNG images
|
|
||||||
brew "libpng"
|
|
||||||
# Software library to render fonts
|
|
||||||
brew "freetype"
|
|
||||||
# GNU internationalization (i18n) and localization (l10n) library
|
|
||||||
brew "gettext"
|
|
||||||
# Cryptography and SSL/TLS Toolkit
|
# Cryptography and SSL/TLS Toolkit
|
||||||
brew "openssl@3"
|
brew "openssl@3"
|
||||||
# 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"
|
||||||
|
# Record and share terminal sessions
|
||||||
|
brew "asciinema"
|
||||||
|
# GNU internationalization (i18n) and localization (l10n) library
|
||||||
|
brew "gettext"
|
||||||
# Core application library for C
|
# Core application library for C
|
||||||
brew "glib"
|
brew "glib"
|
||||||
|
# Bourne-Again SHell, a UNIX command interpreter
|
||||||
|
brew "bash"
|
||||||
|
# C/C++ and Java libraries for Unicode and globalization
|
||||||
|
brew "icu4c"
|
||||||
|
# Collection of portable C++ source libraries
|
||||||
|
brew "boost"
|
||||||
|
# Library for manipulating PNG images
|
||||||
|
brew "libpng"
|
||||||
|
# Software library to render fonts
|
||||||
|
brew "freetype"
|
||||||
# Low-level library for pixel manipulation
|
# Low-level library for pixel manipulation
|
||||||
brew "pixman"
|
brew "pixman"
|
||||||
# Vector graphics library with cross-device output support
|
# Vector graphics library with cross-device output support
|
||||||
brew "cairo"
|
brew "cairo"
|
||||||
# JPEG image codec that aids compression and decompression
|
|
||||||
brew "jpeg-turbo"
|
|
||||||
# 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"
|
|
||||||
# Image format providing lossless and lossy compression for web images
|
|
||||||
brew "webp"
|
|
||||||
# New file format for still image compression
|
|
||||||
brew "jpeg-xl"
|
|
||||||
# Codec library for encoding and decoding AV1 video streams
|
|
||||||
brew "aom"
|
|
||||||
# Record and share terminal sessions
|
|
||||||
brew "asciinema"
|
|
||||||
# Improved shell history for zsh, bash, fish and nushell
|
|
||||||
brew "atuin"
|
|
||||||
# Bourne-Again SHell, a UNIX command interpreter
|
|
||||||
brew "bash"
|
|
||||||
# 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"
|
|
||||||
# Collection of portable C++ source libraries
|
|
||||||
brew "boost"
|
|
||||||
# Install RubyGems as Homebrew formulae
|
|
||||||
brew "brew-gem"
|
|
||||||
# GNU compiler collection
|
# GNU compiler collection
|
||||||
brew "gcc"
|
brew "gcc"
|
||||||
# Resource monitor. C++ version and continuation of bashtop and bpytop
|
|
||||||
brew "btop"
|
|
||||||
# Freely available high-quality data compressor
|
|
||||||
brew "bzip2"
|
|
||||||
# High performance message passing library
|
# High performance message passing library
|
||||||
brew "open-mpi"
|
brew "open-mpi"
|
||||||
# Cryptography and SSL/TLS Toolkit
|
# Cryptography and SSL/TLS Toolkit
|
||||||
brew "openssl@1.1"
|
brew "openssl@1.1"
|
||||||
# Console-based Audio Visualizer for ALSA
|
# Console-based Audio Visualizer for ALSA
|
||||||
brew "cava"
|
brew "cava"
|
||||||
# Versatile and fast Unicode/ASCII/ANSI graphics renderer
|
|
||||||
brew "chafa"
|
|
||||||
# Statistics utility to count lines of code
|
|
||||||
brew "cloc"
|
|
||||||
# JavaScript optimizing compiler
|
|
||||||
brew "closure-compiler"
|
|
||||||
# Cross-platform make
|
|
||||||
brew "cmake"
|
|
||||||
# Defines a standard way of committing rules and communicating it
|
|
||||||
brew "commitizen"
|
|
||||||
# GNU File, Shell, and Text utilities
|
# GNU File, Shell, and Text utilities
|
||||||
brew "coreutils"
|
brew "coreutils"
|
||||||
# Header-only library for parsing TOML
|
|
||||||
brew "cpptoml"
|
|
||||||
# Get a file from an HTTP, HTTPS or FTP server
|
# Get a file from an HTTP, HTTPS or FTP server
|
||||||
brew "curl"
|
brew "curl"
|
||||||
# Good-lookin' diffs with diff-highlight and more
|
|
||||||
brew "diff-so-fancy"
|
|
||||||
# Docker CLI plugin for extended build capabilities with BuildKit
|
|
||||||
brew "docker-buildx"
|
|
||||||
# More intuitive version of du in rust
|
|
||||||
brew "dust"
|
|
||||||
# Collection of reusable C++ library artifacts developed at Facebook
|
# Collection of reusable C++ library artifacts developed at Facebook
|
||||||
brew "folly"
|
brew "folly"
|
||||||
# C++14 implementation of the TLS-1.3 standard
|
# C++14 implementation of the TLS-1.3 standard
|
||||||
@@ -121,321 +52,104 @@ brew "fbthrift"
|
|||||||
brew "fb303"
|
brew "fb303"
|
||||||
# Shared library for Watchman and Eden projects
|
# Shared library for Watchman and Eden projects
|
||||||
brew "edencommon"
|
brew "edencommon"
|
||||||
# LLVM bytecode to JavaScript compiler
|
|
||||||
brew "emscripten"
|
|
||||||
# Tools to convert fonts from OTF/TTF to EOT format
|
|
||||||
brew "eot-utils"
|
|
||||||
# Perl lib for reading and writing EXIF metadata
|
|
||||||
brew "exiftool"
|
|
||||||
# Modern, maintained replacement for ls
|
|
||||||
brew "eza"
|
|
||||||
# Simple, fast and user-friendly alternative to find
|
|
||||||
brew "fd"
|
|
||||||
# GNU Transport Layer Security (TLS) Library
|
|
||||||
brew "gnutls"
|
|
||||||
# Multi-format archive and compression library
|
|
||||||
brew "libarchive"
|
|
||||||
# Subtitle renderer for the ASS/SSA subtitle format
|
|
||||||
brew "libass"
|
|
||||||
# OCR (Optical Character Recognition) engine
|
|
||||||
brew "tesseract"
|
|
||||||
# High-performance, asynchronous messaging library
|
|
||||||
brew "zeromq"
|
|
||||||
# Play, record, convert, and stream audio and video
|
|
||||||
brew "ffmpeg"
|
|
||||||
# Optimized BLAS library
|
|
||||||
brew "openblas"
|
|
||||||
# Play, record, convert, and stream audio and video
|
|
||||||
brew "ffmpeg@6"
|
|
||||||
# Create thumbnails for your video files
|
|
||||||
brew "ffmpegthumbnailer"
|
|
||||||
# macOS CLI for managing custom icons for files and folders
|
# macOS CLI for managing custom icons for files and folders
|
||||||
brew "fileicon"
|
brew "fileicon"
|
||||||
# User-friendly command-line shell for UNIX-like operating systems
|
# User-friendly command-line shell for UNIX-like operating systems
|
||||||
brew "fish"
|
brew "fish"
|
||||||
# Command-line fuzzy finder written in Go
|
# JPEG image codec that aids compression and decompression
|
||||||
brew "fzf"
|
brew "jpeg-turbo"
|
||||||
# Graphics library to dynamically manipulate images
|
# Library and utilities for processing GIFs
|
||||||
brew "gd"
|
brew "giflib"
|
||||||
# Distributed revision control system
|
# Distributed revision control system
|
||||||
brew "git"
|
brew "git"
|
||||||
# Enable transparent encryption/decryption of files in a git repo
|
# GNU Transport Layer Security (TLS) Library
|
||||||
brew "git-crypt"
|
brew "gnutls"
|
||||||
# Syntax-highlighting pager for git and diff output
|
|
||||||
brew "git-delta"
|
|
||||||
# Small git utilities
|
|
||||||
brew "git-extras"
|
|
||||||
# Alias for git commit --fixup <ref>
|
|
||||||
brew "git-fixup"
|
|
||||||
# Git extension for versioning large files
|
|
||||||
brew "git-lfs"
|
|
||||||
# Simple and efficient way to access statistics in git
|
|
||||||
brew "git-quick-stats"
|
|
||||||
# Audit git repos for secrets
|
|
||||||
brew "gitleaks"
|
|
||||||
# OpenGL Extension Wrangler Library
|
|
||||||
brew "glew"
|
|
||||||
# Network related modules for glib
|
# Network related modules for glib
|
||||||
brew "glib-networking"
|
brew "glib-networking"
|
||||||
# C++ mathematics library for graphics software
|
|
||||||
brew "glm"
|
|
||||||
# Render markdown on the CLI
|
|
||||||
brew "glow"
|
|
||||||
# GNU implementation of the famous stream editor
|
|
||||||
brew "gnu-sed"
|
|
||||||
# Manage compile and link flags for libraries
|
# Manage compile and link flags for libraries
|
||||||
brew "pkg-config"
|
brew "pkg-config"
|
||||||
# Generate introspection data for GObject libraries
|
# Generate introspection data for GObject libraries
|
||||||
brew "gobject-introspection"
|
brew "gobject-introspection"
|
||||||
# Library for loading images as SDL surfaces and textures
|
|
||||||
brew "sdl2_image"
|
|
||||||
# Version Control Visualization Tool
|
|
||||||
brew "gource"
|
|
||||||
# Common error values for all GnuPG components
|
# Common error values for all GnuPG components
|
||||||
brew "libgpg-error"
|
brew "libgpg-error"
|
||||||
# Graph visualization software from AT&T and Bell Labs
|
|
||||||
brew "graphviz"
|
|
||||||
# Command-line tool for generating regular expressions
|
|
||||||
brew "grex"
|
|
||||||
# Numerical library for C and C++
|
# Numerical library for C and C++
|
||||||
brew "gsl"
|
brew "gsl"
|
||||||
|
# OpenType text shaping engine
|
||||||
|
brew "harfbuzz"
|
||||||
|
# Framework for layout and rendering of i18n text
|
||||||
|
brew "pango"
|
||||||
# Toolkit for creating graphical user interfaces
|
# Toolkit for creating graphical user interfaces
|
||||||
brew "gtk+3"
|
brew "gtk+3"
|
||||||
# Tool for glamorous shell scripts
|
|
||||||
brew "gum"
|
|
||||||
# Powerful, lightweight programming language
|
|
||||||
brew "lua"
|
|
||||||
# Convert source code to formatted text with syntax highlighting
|
|
||||||
brew "highlight"
|
|
||||||
# Improved top (interactive process viewer)
|
|
||||||
brew "htop"
|
|
||||||
# User-friendly cURL replacement (command-line HTTP client)
|
|
||||||
brew "httpie"
|
|
||||||
# Command-line benchmarking tool
|
|
||||||
brew "hyperfine"
|
|
||||||
# Open h.265 video codec implementation
|
|
||||||
brew "libde265"
|
|
||||||
# ISO/IEC 23008-12:2017 HEIF file format decoder and encoder
|
|
||||||
brew "libheif"
|
|
||||||
# LLVM's OpenMP runtime library
|
|
||||||
brew "libomp"
|
|
||||||
# Tools and libraries to manipulate images in many formats
|
|
||||||
brew "imagemagick"
|
|
||||||
# Tool to capture still images from an iSight or other video source
|
|
||||||
brew "imagesnap"
|
|
||||||
# Command-line pager for JSON data
|
|
||||||
brew "jless"
|
|
||||||
# Image manipulation library
|
# Image manipulation library
|
||||||
brew "jpeg", link: true
|
brew "jpeg", link: true
|
||||||
# Lightweight and flexible command-line JSON processor
|
# Image format providing lossless and lossy compression for web images
|
||||||
brew "jq"
|
brew "webp"
|
||||||
# Terminal file manager
|
# New file format for still image compression
|
||||||
brew "lf"
|
brew "jpeg-xl"
|
||||||
|
# Multi-format archive and compression library
|
||||||
|
brew "libarchive"
|
||||||
|
# Subtitle renderer for the ASS/SSA subtitle format
|
||||||
|
brew "libass"
|
||||||
|
# Open h.265 video codec implementation
|
||||||
|
brew "libde265"
|
||||||
# Access DVDs as block devices without the decryption
|
# Access DVDs as block devices without the decryption
|
||||||
brew "libdvdcss"
|
brew "libdvdcss"
|
||||||
# Conversion library
|
# Conversion library
|
||||||
brew "libiconv"
|
brew "libiconv"
|
||||||
# Implementation of the Double Ratchet cryptographic ratchet
|
# Implementation of the Double Ratchet cryptographic ratchet
|
||||||
brew "libolm"
|
brew "libolm"
|
||||||
|
# LLVM's OpenMP runtime library
|
||||||
|
brew "libomp"
|
||||||
# C library for the Public Suffix List
|
# C library for the Public Suffix List
|
||||||
brew "libpsl"
|
brew "libpsl"
|
||||||
|
# Library to render SVG files using Cairo
|
||||||
|
brew "librsvg"
|
||||||
# HTTP client/server library for GNOME
|
# HTTP client/server library for GNOME
|
||||||
brew "libsoup"
|
brew "libsoup"
|
||||||
# C library for reading, creating, and modifying zip archives
|
# C library for reading, creating, and modifying zip archives
|
||||||
brew "libzip"
|
brew "libzip"
|
||||||
# Next-gen compiler infrastructure
|
# Next-gen compiler infrastructure
|
||||||
brew "llvm"
|
brew "llvm"
|
||||||
# Clone of ls with colorful output, file type icons, and more
|
|
||||||
brew "lsd"
|
|
||||||
# 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", args: ["HEAD"]
|
||||||
# Package manager for the Lua programming language
|
|
||||||
brew "luarocks"
|
|
||||||
# Friendly wrapper for launchctl
|
# Friendly wrapper for launchctl
|
||||||
brew "lunchy"
|
brew "lunchy"
|
||||||
# Text-based web browser
|
|
||||||
brew "lynx"
|
|
||||||
# Swiss Army Knife for macOS
|
|
||||||
brew "m-cli"
|
|
||||||
# Apple Silicon Monitor Top written in Golang
|
|
||||||
brew "mactop"
|
|
||||||
# Mac App Store command-line interface
|
# Mac App Store command-line interface
|
||||||
brew "mas"
|
brew "mas"
|
||||||
# Run a Kubernetes cluster locally
|
|
||||||
brew "minikube"
|
|
||||||
# CLI tool for saving complete web pages as a single HTML file
|
|
||||||
brew "monolith"
|
|
||||||
# UNIX movie player
|
|
||||||
brew "mplayer"
|
|
||||||
# Turn marked-up plain text into well-formatted documents
|
|
||||||
brew "multimarkdown"
|
|
||||||
# General-purpose lossless data-compression library
|
|
||||||
brew "zlib"
|
|
||||||
# Open source relational database management system
|
|
||||||
brew "mysql"
|
|
||||||
# Interactive cheatsheet tool for the command-line
|
|
||||||
brew "navi"
|
|
||||||
# NCurses Disk Usage
|
|
||||||
brew "ncdu"
|
|
||||||
# Fast, highly customisable system info script
|
|
||||||
brew "neofetch"
|
|
||||||
# Parser generator tool and incremental parsing library
|
# Parser generator tool and incremental parsing library
|
||||||
brew "tree-sitter"
|
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
|
# Platform built on V8 to build network applications
|
||||||
brew "nghttp2"
|
brew "node"
|
||||||
# HTTP(S) server and reverse proxy, and IMAP/POP3 proxy server
|
# Optimized BLAS library
|
||||||
brew "nginx"
|
brew "openblas"
|
||||||
# Small build system for use with gyp or CMake
|
# Development kit for the Java programming language
|
||||||
brew "ninja"
|
brew "openjdk"
|
||||||
# Open Fortinet client for PPP+TLS VPN tunnel services
|
|
||||||
brew "openfortivpn"
|
|
||||||
# ISO-C API and CLI for generating UUIDs
|
|
||||||
brew "ossp-uuid"
|
|
||||||
# Swiss-army knife of markup format conversion
|
|
||||||
brew "pandoc"
|
|
||||||
# QR Code generation
|
|
||||||
brew "qrencode"
|
|
||||||
# Display directories as trees (with optional color/HTML output)
|
|
||||||
brew "tree"
|
|
||||||
# Password manager
|
|
||||||
brew "pass"
|
|
||||||
# Simplistic interactive filtering tool
|
|
||||||
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"
|
|
||||||
# Tool for managing OCI containers and pods
|
|
||||||
brew "podman"
|
|
||||||
# Alternative to docker-compose using podman
|
|
||||||
brew "podman-compose"
|
|
||||||
# PDF rendering library (based on the xpdf-3.0 code base)
|
# PDF rendering library (based on the xpdf-3.0 code base)
|
||||||
brew "poppler"
|
brew "poppler"
|
||||||
# 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)
|
|
||||||
brew "protobuf"
|
|
||||||
# Python 3 bindings for the Cairo graphics library
|
|
||||||
brew "py3cairo"
|
|
||||||
# Generic syntax highlighter
|
|
||||||
brew "pygments"
|
|
||||||
# GNOME Python bindings (based on GObject Introspection)
|
|
||||||
brew "pygobject3"
|
|
||||||
# Interpreted, interactive, object-oriented programming language
|
|
||||||
brew "python@3.10"
|
|
||||||
# Python interface to Tcl/Tk
|
|
||||||
brew "python-tk@3.10"
|
|
||||||
# Interpreted, interactive, object-oriented programming language
|
# Interpreted, interactive, object-oriented programming language
|
||||||
brew "python@3.11"
|
brew "python@3.11"
|
||||||
# Interpreted, interactive, object-oriented programming language
|
# QR Code generation
|
||||||
brew "python@3.8"
|
brew "qrencode"
|
||||||
# Interpreted, interactive, object-oriented programming language
|
|
||||||
brew "python@3.9"
|
|
||||||
# Generic machine emulator and virtualizer
|
|
||||||
brew "qemu"
|
|
||||||
# Reattach process (e.g., tmux) to background
|
|
||||||
brew "reattach-to-user-namespace"
|
|
||||||
# Convert between TOML, YAML and JSON
|
|
||||||
brew "remarshal"
|
|
||||||
# Readline wrapper: adds readline support to tools that lack it
|
|
||||||
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
|
|
||||||
brew "scala"
|
|
||||||
# Create beautiful image of your source code
|
|
||||||
brew "silicon"
|
|
||||||
# Convert filenames and directories to a web friendly format
|
|
||||||
brew "slugify"
|
|
||||||
# Compression/decompression tool based on snappy
|
|
||||||
brew "snzip"
|
|
||||||
# Add a public key to a remote machine's authorized_keys file
|
|
||||||
brew "ssh-copy-id"
|
|
||||||
# Cross-shell prompt for astronauts
|
# Cross-shell prompt for astronauts
|
||||||
brew "starship"
|
brew "starship"
|
||||||
# Supabase CLI
|
# OCR (Optical Character Recognition) engine
|
||||||
brew "supabase"
|
brew "tesseract"
|
||||||
# Nodejs-based tool for optimizing SVG vector graphics files
|
|
||||||
brew "svgo"
|
|
||||||
# Open source continuous file synchronization application
|
|
||||||
brew "syncthing"
|
|
||||||
# Text interface for Git repositories
|
|
||||||
brew "tig"
|
|
||||||
# Simplified and community-driven man pages
|
|
||||||
brew "tldr"
|
|
||||||
# Terminal multiplexer
|
# Terminal multiplexer
|
||||||
brew "tmux"
|
brew "tmux"
|
||||||
# Command-line tool for sharing terminal over the web
|
# High-performance, asynchronous messaging library
|
||||||
brew "ttyd", args: ["HEAD"]
|
brew "zeromq"
|
||||||
# Command-line unarchiving tools supporting multiple formats
|
# General-purpose lossless data-compression library
|
||||||
brew "unar"
|
brew "zlib"
|
||||||
# URL extractor/launcher
|
|
||||||
brew "urlview"
|
|
||||||
# Image processing library
|
|
||||||
brew "vips"
|
|
||||||
# Watch files and take action when they change
|
|
||||||
brew "watchman"
|
|
||||||
# Internet file retriever
|
|
||||||
brew "wget"
|
|
||||||
# Port of OpenAI's Whisper model in C/C++
|
|
||||||
brew "whisper-cpp"
|
|
||||||
# Utilities to create and convert Web Open Font File (WOFF) files
|
|
||||||
brew "woff2"
|
|
||||||
# Cross-platform C++ GUI toolkit
|
|
||||||
brew "wxwidgets"
|
|
||||||
# Fake keyboard/mouse input and window management for X
|
|
||||||
brew "xdotool"
|
|
||||||
# JavaScript package manager
|
|
||||||
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"
|
|
||||||
# Shell extension to navigate your filesystem faster
|
|
||||||
brew "zoxide"
|
|
||||||
# UNIX shell (command interpreter)
|
# UNIX shell (command interpreter)
|
||||||
brew "zsh"
|
brew "zsh"
|
||||||
# Fish shell like syntax highlighting for zsh
|
# Fish shell like syntax highlighting for zsh
|
||||||
brew "zsh-syntax-highlighting"
|
brew "zsh-syntax-highlighting"
|
||||||
# A tasty, self-hostable Git server for the command line🍦
|
|
||||||
brew "charmbracelet/tap/soft-serve"
|
|
||||||
# A tool for recording terminal GIFs
|
|
||||||
brew "charmbracelet/tap/vhs"
|
|
||||||
# Terminal UI to chat with large language models (LLM) using backends such as Ollama, and direct integrations with your favourite editor like Neovim!
|
# 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"
|
brew "dustinblackman/tap/oatmeal"
|
||||||
# prettier, on SPEED!
|
|
||||||
brew "fsouza/prettierd/prettierd"
|
|
||||||
# macOS command line utility to configure multi-display resolutions and arrangements. Essentially XRandR for macOS.
|
|
||||||
brew "jakehilborn/jakehilborn/displayplacer"
|
|
||||||
# The scalable code generator that saves you time.
|
|
||||||
brew "jondot/tap/hygen"
|
|
||||||
# Simple hotkey-daemon for macOS.
|
|
||||||
brew "koekeishiya/formulae/skhd"
|
|
||||||
# A tiling window manager for macOS based on binary space partitioning.
|
|
||||||
brew "koekeishiya/formulae/yabai"
|
|
||||||
# Search and replace | Space Age seD
|
|
||||||
brew "ms-jpq/sad/sad"
|
|
||||||
# Run Anything
|
|
||||||
brew "pkgxdev/made/pkgx"
|
|
||||||
# App source + Nix packages + Docker = Image
|
|
||||||
brew "railwayapp/tap/nixpacks"
|
|
||||||
brew "xwmx/taps/nb"
|
|
||||||
# Professional graphic design software
|
# Professional graphic design software
|
||||||
cask "affinity-designer"
|
cask "affinity-designer"
|
||||||
# Professional image editing software
|
# Professional image editing software
|
||||||
@@ -444,8 +158,6 @@ cask "affinity-photo"
|
|||||||
cask "affinity-publisher"
|
cask "affinity-publisher"
|
||||||
# Application launcher and productivity software
|
# Application launcher and productivity software
|
||||||
cask "alfred"
|
cask "alfred"
|
||||||
# Enable Windows-like alt-tab
|
|
||||||
cask "alt-tab"
|
|
||||||
# Network scanner
|
# Network scanner
|
||||||
cask "angry-ip-scanner"
|
cask "angry-ip-scanner"
|
||||||
# Webcam & audio device software
|
# Webcam & audio device software
|
||||||
|
|||||||
@@ -32,7 +32,6 @@ set PATH /usr/local/sbin $PATH
|
|||||||
set PATH ~/.dotfiles/bin $PATH
|
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
|
||||||
set PATH ~/.asdf/shims $PATH
|
|
||||||
|
|
||||||
set -x LIBRARY_PATH (brew --prefix)/opt/libiconv/lib
|
set -x LIBRARY_PATH (brew --prefix)/opt/libiconv/lib
|
||||||
set -x CPATH (brew --prefix)/opt/libiconv/include
|
set -x CPATH (brew --prefix)/opt/libiconv/include
|
||||||
@@ -87,6 +86,9 @@ end
|
|||||||
set --export PATH /run/current-system/sw/bin $PATH
|
set --export PATH /run/current-system/sw/bin $PATH
|
||||||
set --export PATH /etc/profiles/per-user/$USER/bin $PATH
|
set --export PATH /etc/profiles/per-user/$USER/bin $PATH
|
||||||
|
|
||||||
|
# asdf
|
||||||
|
set PATH ~/.asdf/shims $PATH
|
||||||
|
|
||||||
# Zoxide
|
# Zoxide
|
||||||
zoxide init fish | source
|
zoxide init fish | source
|
||||||
|
|
||||||
@@ -207,6 +209,9 @@ alias cat bat
|
|||||||
# TLDR
|
# TLDR
|
||||||
alias tldrf 'tldr --list --single-column | fzf --preview "tldr --color=always {1}" --preview-window=right,70% | xargs tldr'
|
alias tldrf 'tldr --list --single-column | fzf --preview "tldr --color=always {1}" --preview-window=right,70% | xargs tldr'
|
||||||
|
|
||||||
|
# Can't remember the fork name
|
||||||
|
alias youtube-dl yt-dlp
|
||||||
|
|
||||||
# Dotfiles Folder
|
# Dotfiles Folder
|
||||||
alias dotfiles 'cd ~/.dotfiles'
|
alias dotfiles 'cd ~/.dotfiles'
|
||||||
|
|
||||||
|
|||||||
@@ -3,17 +3,21 @@
|
|||||||
# TODO: Activate after migration is complete
|
# TODO: Activate after migration is complete
|
||||||
# onActivation.cleanup = "uninstall";
|
# onActivation.cleanup = "uninstall";
|
||||||
taps = [
|
taps = [
|
||||||
"dustinblackman/tap"
|
"dustinblackman/tap" # Oatmeal
|
||||||
|
"homebrew/bundle" # Bundler for non-Ruby dependencies from Homebrew, Homebrew Cask, Mac App Store, Whalebrew and Visual Studio Code.
|
||||||
|
"homebrew/services" # Manage background services using the daemon manager launchctl on macOS or systemctl on Linux.
|
||||||
];
|
];
|
||||||
brews = [
|
brews = [
|
||||||
"lunchy"
|
"cava" # Console-based Audio Visualizer for ALSA
|
||||||
"oatmeal"
|
"fileicon" # macOS CLI for managing custom icons for files and folders
|
||||||
|
"oatmeal" # Terminal UI to chat with large language models (LLM) using backends such as Ollama, and direct integrations with your favourite editor like Neovim!
|
||||||
|
"prettier" # Code formatter for JavaScript, CSS, JSON, GraphQL, Markdown, YAML
|
||||||
];
|
];
|
||||||
casks = [
|
casks = [
|
||||||
"hammerspoon"
|
"hammerspoon" # Desktop automation application
|
||||||
"raycast"
|
"raycast" # Control your tools with a few keystrokes
|
||||||
"wezterm"
|
"wezterm" # GPU-accelerated cross-platform terminal emulator and multiplexer. NOTE: Only installed with Brew because I want to replace the icon
|
||||||
"zed"
|
"zed" # Multiplayer code editor
|
||||||
];
|
];
|
||||||
masApps = { };
|
masApps = { };
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -80,10 +80,71 @@ in
|
|||||||
# The home.packages option allows you to install Nix packages into your
|
# The home.packages option allows you to install Nix packages into your
|
||||||
# environment.
|
# environment.
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
atuin # Replacement for a shell history which records additional commands context with optional encrypted synchronization between machines
|
||||||
|
bash # GNU Bourne-Again Shell, the de facto standard shell on Linux
|
||||||
|
bfg-repo-cleaner # Removes large or troublesome blobs in a git repository like git-filter-branch does, but faster
|
||||||
|
btop # Monitor of resources
|
||||||
|
bzip2 # High-quality data compression program
|
||||||
|
cloc # Program that counts lines of source code
|
||||||
comma # Comma runs software without installing it
|
comma # Comma runs software without installing it
|
||||||
nixd # Nix language server
|
commitizen # Tool to create committing rules for projects, auto bump versions, and generate changelogs
|
||||||
nixpkgs-fmt # Nix code formatter
|
coreutils # GNU Core Utilities
|
||||||
darwin.xattr # Display and manipulate extended attributes
|
darwin.xattr # Display and manipulate extended attributes
|
||||||
|
diff-so-fancy # Good-looking diffs filter for git
|
||||||
|
docker-buildx # Docker CLI plugin for extended build capabilities with BuildKit
|
||||||
|
dust # du + rust = dust. Like du but more intuitive
|
||||||
|
exiftool # Tool to read, write and edit EXIF meta information
|
||||||
|
eza # Modern, maintained replacement for ls
|
||||||
|
fd # Simple, fast and user-friendly alternative to find
|
||||||
|
ffmpeg_7 # Complete, cross-platform solution to record, convert and stream audio and video
|
||||||
|
fzf # Command-line fuzzy finder written in Go
|
||||||
|
glow # Render markdown on the CLI, with pizzazz!
|
||||||
|
gource # Software version control visualization tool
|
||||||
|
grex # Command-line tool for generating regular expressions from user-provided test cases
|
||||||
|
highlight # Source code highlighting tool
|
||||||
|
htop # Interactive process viewer
|
||||||
|
httpie # Command line HTTP client whose goal is to make CLI human-friendly
|
||||||
|
hyperfine # Command-line benchmarking tool
|
||||||
|
jless # Command-line pager for JSON data
|
||||||
|
jq # Lightweight and flexible command-line JSON processor
|
||||||
|
lua # Powerful, fast, lightweight, embeddable scripting language
|
||||||
|
lynx # Text-mode web browser
|
||||||
|
monolith # Bundle any web page into a single HTML file
|
||||||
|
mysql84 # World's most popular open source database
|
||||||
|
nginx # Reverse proxy and lightweight webserver
|
||||||
|
nixd # Nix language server
|
||||||
|
nixpacks # App source + Nix packages + Docker = Image Resources
|
||||||
|
nixpkgs-fmt # Nix code formatter
|
||||||
|
nodejs_22 # Event-driven I/O framework for the V8 JavaScript engine
|
||||||
|
openai-whisper-cpp # Port of OpenAI's Whisper model in C/C++
|
||||||
|
openfortivpn # Client for PPP+SSL VPN tunnel services
|
||||||
|
openssl # A cryptographic library that implements the SSL and TLS protocols
|
||||||
|
perl # Standard implementation of the Perl 5 programming language
|
||||||
|
php # HTML-embedded scripting language
|
||||||
|
pngpaste # Paste image files from clipboard to file on MacOS
|
||||||
|
pnpm # Fast, disk space efficient package manager for JavaScript
|
||||||
|
postgresql # Powerful, open source object-relational database system
|
||||||
|
prettierd # Prettier, as a daemon, for improved formatting speed
|
||||||
|
python3 # High-level dynamically-typed programming language
|
||||||
|
reattach-to-user-namespace # Wrapper that provides access to the Mac OS X pasteboard service
|
||||||
|
remarshal # Convert between TOML, YAML and JSON
|
||||||
|
rsync # Fast incremental file transfer utility
|
||||||
|
ruby # Object-oriented language for quick and easy programming
|
||||||
|
rustc # Safe, concurrent, practical language (wrapper script)
|
||||||
|
sad # CLI tool to search and replace
|
||||||
|
silicon # Create beautiful image of your source code
|
||||||
|
sqlite # A self-contained, serverless, zero-configuration, transactional SQL database engine
|
||||||
|
ssh-copy-id # Tool to copy SSH public keys to a remote machine
|
||||||
|
tldr # Simplified and community-driven man pages
|
||||||
|
tldr # Simplified and community-driven man pages
|
||||||
|
tree # Command to produce a depth indented directory listing
|
||||||
|
unar # Archive unpacker program
|
||||||
|
vhs # Tool for generating terminal GIFs with code
|
||||||
|
watchman # Watches files and takes action when they change
|
||||||
|
woff2 # Webfont compression reference code
|
||||||
|
yarn # Fast, reliable, and secure dependency management for javascript
|
||||||
|
yt-dlp # Command-line tool to download videos from YouTube.com and other sites (youtube-dl fork)
|
||||||
|
zoxide # Fast cd command that learns your habits
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -170,8 +170,15 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
git
|
delta # Syntax-highlighting pager for git
|
||||||
delta
|
gh # GitHub CLI tool
|
||||||
gh
|
git # Distributed version control system
|
||||||
|
git-crypt # Transparent file encryption in git
|
||||||
|
git-extras # GIT utilities -- repo summary, repl, changelog population, author commit percentages and more
|
||||||
|
git-fixup # Fighting the copy-paste element of your rebase workflow
|
||||||
|
git-lfs # Git extension for versioning large files
|
||||||
|
git-quick-stats # Simple and efficient way to access various statistics in git repository
|
||||||
|
gitleaks # Scan git repos (or files) for secrets
|
||||||
|
soft-serve # Tasty, self-hosted Git server for the command line
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user