dotfiles

My dotfiles and configs
git clone https://git.dasho.dev/dotfiles.git
Log | Files | Refs | README

Brewfile (8772B)


      1 tap "antoniorodr/lexy"
      2 tap "charmbracelet/tap"
      3 tap "danielgatis/imgcat"
      4 tap "go-task/tap"
      5 tap "steipete/tap"
      6 # Mozilla CA certificate store
      7 brew "ca-certificates"
      8 # Cryptography and SSL/TLS Toolkit
      9 brew "openssl@3"
     10 # Extraction utility for .zip compressed archives
     11 brew "unzip"
     12 # General-purpose data compression with high compression ratio
     13 brew "xz"
     14 # Zstandard is a real-time compression algorithm
     15 brew "zstd"
     16 # Interpreted, interactive, object-oriented programming language
     17 brew "python@3.14"
     18 # Passphrase entry dialog utilizing the Assuan protocol
     19 brew "pinentry"
     20 # GNU Privacy Guard (OpenPGP)
     21 brew "gnupg"
     22 # Email client that runs in your terminal
     23 brew "aerc"
     24 # Simple, modern, secure file encryption
     25 brew "age"
     26 # Next-generation aircrack with lots of new features
     27 brew "aircrack-ng"
     28 # Bourne-Again SHell, a UNIX command interpreter
     29 brew "bash"
     30 # Clone of cat(1) with syntax highlighting and Git integration
     31 brew "bat"
     32 # Swiss army knife for network attacks and monitoring
     33 brew "bettercap"
     34 # Analyzes ELF binaries
     35 brew "binsider"
     36 # Draw boxes around text
     37 brew "boxes"
     38 # GNU compiler collection
     39 brew "gcc"
     40 # Resource monitor. C++ version and continuation of bashtop and bpytop
     41 brew "btop"
     42 # Multi-shell multi-command argument completer
     43 brew "carapace"
     44 # Hacker News in your terminal
     45 brew "circumflex"
     46 # Cut, copy, and paste anything, anywhere, all from the terminal
     47 brew "clipboard"
     48 # Statistics utility to count lines of code
     49 brew "cloc"
     50 # Console Matrix
     51 brew "cmatrix"
     52 # Securely send things from one computer to another
     53 brew "croc"
     54 # Get a file from an HTTP, HTTPS or FTP server
     55 brew "curl"
     56 # Load/unload environment variables based on $PWD
     57 brew "direnv"
     58 # GNU Emacs text editor
     59 brew "emacs"
     60 # Multipurpose sniffer/interceptor/logger for switched LAN
     61 brew "ettercap"
     62 # Perl lib for reading and writing EXIF metadata
     63 brew "exiftool"
     64 # Modern, maintained replacement for ls
     65 brew "eza"
     66 # Play, record, convert, and stream select audio and video codecs
     67 brew "ffmpeg"
     68 # Command-line fuzzy finder written in Go
     69 brew "fzf"
     70 # Open-source, cross-platform JavaScript runtime environment
     71 brew "node"
     72 # Interact with Google Gemini AI models from the command-line
     73 brew "gemini-cli"
     74 # GitHub command-line tool
     75 brew "gh"
     76 # Distributed revision control system
     77 brew "git"
     78 # Syntax-highlighting pager for git and diff output
     79 brew "git-delta"
     80 # Render markdown on the CLI
     81 brew "glow"
     82 # Open source programming language to build simple/reliable/efficient software
     83 brew "go"
     84 # Tool for glamorous shell scripts
     85 brew "gum"
     86 # World's fastest and most advanced password recovery utility
     87 brew "hashcat"
     88 # CLI email client written in Rust
     89 brew "himalaya"
     90 # Network logon cracker which supports many services
     91 brew "hydra"
     92 # Full-featured C++ implementation of I2P client
     93 brew "i2pd"
     94 # Tools and libraries to manipulate images in select formats
     95 brew "imagemagick"
     96 # Modular IRC client
     97 brew "irssi"
     98 # Enhanced version of john, a UNIX password cracker
     99 brew "john-jumbo"
    100 # Lightweight and flexible command-line JSON processor
    101 brew "jq"
    102 # Handy way to save and run project-specific commands
    103 brew "just"
    104 # Simple terminal UI for git commands
    105 brew "lazygit"
    106 # Rainbows and unicorns in your console!
    107 brew "lolcat"
    108 # Securely transfers data between computers
    109 brew "magic-wormhole"
    110 # CLI tool for saving complete web pages as a single HTML file
    111 brew "monolith"
    112 # Interactive cheatsheet tool for the command-line
    113 brew "navi"
    114 # Fast, highly customisable system info script
    115 brew "neofetch"
    116 # Ambitious Vim-fork focused on extensibility and agility
    117 brew "neovim"
    118 # Modern shell for the GitHub era
    119 brew "nushell"
    120 # General-purpose speech recognition model
    121 brew "openai-whisper"
    122 # Search tool like grep and The Silver Searcher
    123 brew "ripgrep"
    124 # AI coding agent, built for the terminal
    125 brew "opencode"
    126 # Swiss-army knife of markup format conversion
    127 brew "pandoc"
    128 # Display directories as trees (with optional color/HTML output)
    129 brew "tree"
    130 # Password manager
    131 brew "pass"
    132 # Animated pipes terminal screensaver
    133 brew "pipes-sh"
    134 # Execute binaries from Python packages in isolated environments
    135 brew "pipx"
    136 # Send emails from your terminal
    137 brew "pop"
    138 # Terminal slideshow tool
    139 brew "presenterm"
    140 # Hook preloader
    141 brew "proxychains-ng"
    142 # Simple, modern, secure file encryption
    143 brew "rage"
    144 # Run a command when files change
    145 brew "reflex"
    146 # Safe, concurrent, practical language
    147 brew "rust"
    148 # Spreadsheet program for the terminal, using ncurses
    149 brew "sc-im"
    150 # 7-Zip is a file archiver with a high compression ratio
    151 brew "sevenzip"
    152 # Editor of encrypted files
    153 brew "sops"
    154 # Fast, collaborative live terminal sharing over the web
    155 brew "sshx"
    156 # Tool Command Language
    157 brew "tcl-tk"
    158 # Terminal multiplexer
    159 brew "tmux"
    160 # Anonymizing overlay network for TCP
    161 brew "tor", restart_service: :changed
    162 # Use SOCKS-friendly applications with Tor
    163 brew "torsocks"
    164 # Command-line tool for sharing terminal over the web
    165 brew "ttyd"
    166 # Terminal UI OS (Terminal Multiplexer)
    167 brew "tuios"
    168 # Markup-based typesetting system
    169 brew "typst"
    170 # Command-line unarchiving tools supporting multiple formats
    171 brew "unar"
    172 # Extremely fast Python package installer and resolver, written in Rust
    173 brew "uv"
    174 # Your CLI home video recorder
    175 brew "vhs"
    176 # Pager/text based browser
    177 brew "w3m"
    178 # Extensible IRC client
    179 brew "weechat"
    180 # Network analyzer and capture tool - without graphical user interface
    181 brew "wireshark"
    182 # Blazing fast terminal file manager written in Rust, based on async I/O
    183 brew "yazi"
    184 # Feature-rich command-line audio/video downloader
    185 brew "yt-dlp"
    186 # Pluggable terminal workspace, with terminal multiplexer as the base feature
    187 brew "zellij"
    188 # Shell extension to navigate your filesystem faster
    189 brew "zoxide"
    190 # UNIX shell (command interpreter)
    191 brew "zsh"
    192 # CLI tool that fetches programming tutorials from "Learn X in Y Minutes" directly into your terminal.
    193 brew "antoniorodr/lexy/lexy"
    194 # A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal.
    195 brew "charmbracelet/tap/crush"
    196 # AI on the command line
    197 brew "charmbracelet/tap/mods"
    198 # A personal key value store 🛼
    199 brew "charmbracelet/tap/skate"
    200 # A tasty, self-hostable Git server for the command line🍦
    201 brew "charmbracelet/tap/soft-serve"
    202 # The SSH directory
    203 brew "charmbracelet/tap/wishlist"
    204 # Display images and gifs in your terminal
    205 brew "danielgatis/imgcat/imgcat"
    206 # Task runner / simpler Make alternative written in Go
    207 brew "go-task/tap/go-task"
    208 # Grep the GIF. Stick the landing
    209 brew "steipete/tap/gifgrep"
    210 # Google CLI for Gmail, Calendar, Drive, and Contacts
    211 brew "steipete/tap/gogcli"
    212 # Send and read iMessage / SMS from the terminal
    213 brew "steipete/tap/imsg"
    214 cask "font-monaspace"
    215 cask "font-ubuntu-nerd-font"
    216 # Intercept, modify, replay, save HTTP/S traffic
    217 cask "mitmproxy"
    218 vscode "benjaminbenais.copilot-theme"
    219 vscode "bmewburn.vscode-intelephense-client"
    220 vscode "github.copilot-chat"
    221 vscode "github.remotehub"
    222 vscode "golang.go"
    223 vscode "ms-azuretools.vscode-containers"
    224 vscode "ms-python.debugpy"
    225 vscode "ms-python.python"
    226 vscode "ms-python.vscode-pylance"
    227 vscode "ms-python.vscode-python-envs"
    228 vscode "ms-toolsai.jupyter"
    229 vscode "ms-toolsai.jupyter-keymap"
    230 vscode "ms-toolsai.jupyter-renderers"
    231 vscode "ms-toolsai.vscode-jupyter-cell-tags"
    232 vscode "ms-toolsai.vscode-jupyter-slideshow"
    233 vscode "ms-vscode-remote.remote-containers"
    234 vscode "ms-vscode-remote.remote-ssh"
    235 vscode "ms-vscode-remote.remote-ssh-edit"
    236 vscode "ms-vscode-remote.remote-wsl"
    237 vscode "ms-vscode-remote.vscode-remote-extensionpack"
    238 vscode "ms-vscode.azure-repos"
    239 vscode "ms-vscode.cmake-tools"
    240 vscode "ms-vscode.cpp-devtools"
    241 vscode "ms-vscode.cpptools"
    242 vscode "ms-vscode.cpptools-extension-pack"
    243 vscode "ms-vscode.cpptools-themes"
    244 vscode "ms-vscode.makefile-tools"
    245 vscode "ms-vscode.remote-explorer"
    246 vscode "ms-vscode.remote-repositories"
    247 vscode "ms-vscode.remote-server"
    248 vscode "openai.chatgpt"
    249 vscode "rust-lang.rust-analyzer"
    250 go "github.com/air-verse/air"
    251 go "github.com/charmbracelet/crush"
    252 go "golang.org/x/tools/gopls"
    253 go "github.com/golang-migrate/migrate/v4/cmd/migrate"
    254 go "github.com/cespare/reflex"
    255 go "github.com/sqlc-dev/sqlc/cmd/sqlc"
    256 go "honnef.co/go/tools/cmd/staticcheck"
    257 cargo "cross"
    258 cargo "termusic"
    259 cargo "termusic-server"
    260 flatpak "app.zen_browser.zen"
    261 flatpak "chat.simplex.simplex"
    262 flatpak "com.bilingify.readest"
    263 flatpak "com.discordapp.Discord"
    264 flatpak "io.github.celluloid_player.Celluloid"
    265 flatpak "io.github.flattool.Warehouse"
    266 flatpak "io.github.hkdb.Aerion"
    267 flatpak "io.github.peazip.PeaZip"
    268 flatpak "io.github.picocrypt.Picocrypt"
    269 flatpak "it.mijorus.gearlever"
    270 flatpak "it.mijorus.smile"
    271 flatpak "org.filezillaproject.Filezilla"
    272 flatpak "org.gimp.GIMP"
    273 flatpak "org.kde.kleopatra"
    274 flatpak "org.keepassxc.KeePassXC"
    275 flatpak "org.kiwix.desktop"
    276 flatpak "org.telegram.desktop"
    277 flatpak "us.materialio.Materialious"