|
|
@@ -0,0 +1,106 @@
|
|
|
+tap "common-fate/granted"
|
|
|
+tap "homebrew/bundle"
|
|
|
+tap "homebrew/services"
|
|
|
+tap "koekeishiya/formulae"
|
|
|
+# Cross-platform make
|
|
|
+brew "cmake"
|
|
|
+# Strongly specified, highly compatible implementation of Markdown
|
|
|
+brew "cmark"
|
|
|
+# GNU File, Shell, and Text utilities
|
|
|
+brew "coreutils"
|
|
|
+# Configurable talking characters in ASCII art
|
|
|
+brew "cowsay"
|
|
|
+# Library for command-line editing
|
|
|
+brew "readline"
|
|
|
+# Secure runtime for JavaScript and TypeScript
|
|
|
+brew "deno"
|
|
|
+# Pack, ship and run any application as a lightweight container
|
|
|
+brew "docker"
|
|
|
+# Device tree compiler
|
|
|
+brew "dtc"
|
|
|
+# Simple, fast and user-friendly alternative to find
|
|
|
+brew "fd"
|
|
|
+# Infamous electronic fortune-cookie generator
|
|
|
+brew "fortune"
|
|
|
+# Command-line fuzzy finder written in Go
|
|
|
+brew "fzf"
|
|
|
+# GitHub command-line tool
|
|
|
+brew "gh"
|
|
|
+# Distributed revision control system
|
|
|
+brew "git"
|
|
|
+# Interpreted, interactive, object-oriented programming language
|
|
|
+brew "python@3.12"
|
|
|
+# Open source programming language to build simple/reliable/efficient software
|
|
|
+brew "go"
|
|
|
+# GitHub Markdown previewer
|
|
|
+brew "grip"
|
|
|
+# Lightweight and flexible command-line JSON processor
|
|
|
+brew "jq"
|
|
|
+# Lazier way to manage everything docker
|
|
|
+brew "lazydocker"
|
|
|
+# Simple terminal UI for git commands
|
|
|
+brew "lazygit"
|
|
|
+# Clone of ls with colorful output, file type icons, and more
|
|
|
+brew "lsd"
|
|
|
+# Package manager for the Lua programming language
|
|
|
+brew "luarocks"
|
|
|
+# Utility for directing compilation
|
|
|
+brew "make"
|
|
|
+# Text-based UI library
|
|
|
+brew "ncurses"
|
|
|
+# Ambitious Vim-fork focused on extensibility and agility
|
|
|
+brew "neovim"
|
|
|
+# Small build system for use with gyp or CMake
|
|
|
+brew "ninja"
|
|
|
+# PostgreSQL syntax beautifier
|
|
|
+brew "pgformatter"
|
|
|
+# Object-relational database system
|
|
|
+brew "postgresql@16"
|
|
|
+# Code formatter for JavaScript, CSS, JSON, GraphQL, Markdown, YAML
|
|
|
+brew "prettier"
|
|
|
+# Generic machine emulator and virtualizer
|
|
|
+brew "qemu"
|
|
|
+# Search tool like grep and The Silver Searcher
|
|
|
+brew "ripgrep"
|
|
|
+# Extremely fast Python linter, written in Rust
|
|
|
+brew "ruff"
|
|
|
+# Safe, concurrent, practical language
|
|
|
+brew "rust"
|
|
|
+# Autoformat shell script source code
|
|
|
+brew "shfmt"
|
|
|
+# Command-line tool to customize Spotify client
|
|
|
+brew "spicetify-cli"
|
|
|
+# Terminal multiplexer
|
|
|
+brew "tmux"
|
|
|
+# Maintained ctags implementation
|
|
|
+brew "universal-ctags"
|
|
|
+# Executes a program periodically, showing output fullscreen
|
|
|
+brew "watch"
|
|
|
+# Internet file retriever
|
|
|
+brew "wget"
|
|
|
+# Fish-like fast/unobtrusive autosuggestions for zsh
|
|
|
+brew "zsh-autosuggestions"
|
|
|
+# Fish shell like syntax highlighting for zsh
|
|
|
+brew "zsh-syntax-highlighting"
|
|
|
+# The easiest way to access your cloud.
|
|
|
+brew "common-fate/granted/granted"
|
|
|
+# Simple hotkey-daemon for macOS.
|
|
|
+brew "koekeishiya/formulae/skhd"
|
|
|
+# A tiling window manager for macOS based on binary space partitioning.
|
|
|
+brew "koekeishiya/formulae/yabai"
|
|
|
+# GPU-accelerated terminal emulator
|
|
|
+cask "alacritty"
|
|
|
+# Display management tool
|
|
|
+cask "betterdisplay"
|
|
|
+# Preference Pane for controlling cursor hiding
|
|
|
+cask "cursorcerer"
|
|
|
+# Google Chromium, sans integration with Google
|
|
|
+cask "eloston-chromium"
|
|
|
+# Web browser
|
|
|
+cask "firefox"
|
|
|
+# Vector graphics editor
|
|
|
+cask "inkscape"
|
|
|
+# Knowledge base that works on top of a local folder of plain text Markdown files
|
|
|
+cask "obsidian"
|
|
|
+# Administration and development platform for PostgreSQL
|
|
|
+cask "pgadmin4"
|