2022-11-19 00:42:51 -08:00
# Brewfile.terminal contains basic utilities that work congruently with the dotfiles in
# the terminal. It is geared toward supporting the basic settings required for
# TypeScript / terminal users.
# Standard Homebrew taps
tap "homebrew/core"
tap "homebrew/bundle"
tap "homebrew/services"
# Homebrew Formulae
# e.g. `brew install <program>`
# @brew [asdf](https://github.com/asdf-vm/asdf) - Version manager with support for many languages
brew "asdf"
# @brew [bat](https://github.com/sharkdp/bat) - Clone of cat with syntax highlighting and Git integration
brew "bat"
# @brew [direnv](https://github.com/direnv/direnv) - Loads and unloads environment variables based on the directory you are in
brew "direnv"
# @brew [bitwarden-cli](https://github.com/bitwarden/cli) - Access and manage a BitWarden instance via CLI
brew "bitwarden-cli"
2022-11-21 03:04:54 -08:00
# @brew [curl](https://curl.se) - An HTTP command-line tool
brew "curl"
2022-11-19 06:09:03 -08:00
# @brew [curlie](https://curlie.io/) - Replacement for curl
brew "curlie"
2022-11-19 00:42:51 -08:00
# @brew [exa](https://github.com/ogham/exa) - Modern replacement for ls
brew "exa"
# @brew [ffsend](https://github.com/timvisee/ffsend) - Fully featured Firefox Send client that makes sharing files easy
brew "ffsend"
# @brew [fzf](https://github.com/junegunn/fzf) - Command-line fuzzy finder that integrates with many tools
brew "fzf"
2022-11-21 03:04:54 -08:00
# @brew [git](https://git-scm.com) - Tool for interacting with git repositories
brew "git"
2022-11-19 00:42:51 -08:00
# @brew [glances](https://github.com/nicolargo/glances) - Better replacement for htop
brew "glances"
# @brew [jq](https://stedolan.github.io/jq/) - Lightweight and flexible command-line JSON processor
brew "jq"
# @brew [node](https://nodejs.org/) - A JavaScript engine, based on the ultra fast V8-engine
brew "node"
# @brew [task](https://github.com/go-task/homebrew-tap) - A parallel task runner
tap "go-task/tap"
brew "go-task/tap/go-task"
2022-11-21 03:04:54 -08:00
# @brew [openssh](https://www.openssh.com/) - OpenBSD freely-licensed SSH connectivity tools
brew "openssh"
# @brew [ots](https://ots.sniptt.com) - Share end-to-end encrypted secrets with others via a one-time URL
brew "ots"
2022-11-19 00:42:51 -08:00
# @brew [ripgrep](https://github.com/BurntSushi/ripgrep) - A fast recursive file search utility
brew "ripgrep"
2022-11-20 18:47:54 -08:00
brew "ripgrep-all"
2022-11-19 00:42:51 -08:00
# @brew [rsync](https://rsync.samba.org/) - Tool to do fast, incremental file transfers
brew "rsync"
# @brew [volta](https://volta.sh/) - Node version manager
brew "volta"
# @brew [yq](https://github.com/mikefarah/yq) - Process and manipulate YAML documents
brew "yq"
# @brew [coreutils](https://www.gnu.org/software/coreutils) - A suite of basic UNIX tools published to improve compatibility between Linux and macOS scripts
if OS.mac?
brew "coreutils"
end
2022-11-19 04:43:57 -08:00
if OS.mac?
brew "m-cli"
end
2022-11-19 00:42:51 -08:00
brew "zoxide"
brew "autorestic"
brew "restic"
brew "git-delta"
brew "gist"
brew "git-secret"
brew "nmap"
brew "nb"
brew "zsh"
brew "pnpm"
brew "rclone"
2022-11-19 06:11:18 -08:00
brew "bandwhich"
2022-11-19 00:42:51 -08:00
brew "cloudflared"
brew "croc"
brew "ctop"
2022-11-21 03:04:54 -08:00
# @brew [dasel](https://github.com/TomWright/dasel) - Select, put, and delete data from JSON, TOML, YAML, XML and CSV files
2022-11-19 00:42:51 -08:00
brew "dasel"
brew "duf"
brew "fd"
brew "glow"
brew "gping"
2022-11-21 03:04:54 -08:00
# @brew [grex](https://github.com/pemistahl/grex) - Generate regular expressions by providing target matches
2022-11-19 00:42:51 -08:00
brew "grex"
brew "gron"
2022-11-21 03:04:54 -08:00
# @brew [nnn](https://github.com/jarun/nnn) - A more interactive version of ls
2022-11-19 00:42:51 -08:00
brew "nnn"
brew "pass"
brew "procs"
brew "peco"
2022-11-21 03:04:54 -08:00
# @brew [pup](https://github.com/EricChiang/pup) - Parse HTML with a CLI
2022-11-19 00:42:51 -08:00
brew "pup"
brew "fq"
brew "fselect"
brew "hexyl"
brew "hey"
2022-11-21 03:04:54 -08:00
# @brew [hyperfine](https://github.com/sharkdp/hyperfine) - Command-line benchmarking tool
2022-11-19 00:42:51 -08:00
brew "hyperfine"
2022-11-21 03:04:54 -08:00
# @brew [jo](https://github.com/jpmens/jo) - JSON output from scripts
2022-11-19 00:42:51 -08:00
brew "jo"
2022-11-21 03:04:54 -08:00
# @brew [jq](https://stedolan.github.io/jq/) - Lightweight and flexible command-line JSON processor
brew "jq"
# @brew [mkcert](https://github.com/FiloSottile/mkcert) - Simple tool to make locally trusted development certificates
2022-11-19 00:42:51 -08:00
brew "mkcert"
brew "rm-improved"
brew "sd"
2022-11-21 03:04:54 -08:00
# @brew [sysbench](https://github.com/akopytov/sysbench) - System performance benchmark tool
2022-11-19 00:42:51 -08:00
brew "sysbench"
2022-11-21 03:04:54 -08:00
2022-11-19 00:42:51 -08:00
brew "teller"
2022-11-21 03:04:54 -08:00
# @brew [up](https://github.com/akavel/up) - Write Linux pipes with an instant live preview
2022-11-19 00:42:51 -08:00
brew "up"
brew "ssh-vault"
brew "automake"
brew "fx"
brew "zx"
brew "pywhat"
brew "mycli"
brew "litecli"
brew "aria2"
brew "chezmoi"
brew "cheat"
brew "cmake"
brew "choose"
brew "difftastic"
brew "gitui"
brew "gomplate"
brew "gum"
brew "deno"
brew "sqlite"
brew "vault"
brew "dust"
brew "imagemagick"
brew "shellcheck"
brew "sops"
brew "tmux"
brew "watchexec"
brew "yj"
brew "vim"
2022-11-19 02:14:39 -08:00
brew "whalebrew"
2022-11-19 06:51:43 -08:00
brew "etcd"
2022-11-20 19:16:16 -08:00
brew "wget"
brew "tree"
2022-11-20 20:22:46 -08:00
brew "t-rec"
2022-11-21 03:04:54 -08:00
# @brew [mcfly](https://github.com/cantino/mcfly) - Terminal history navigator accessible via CTRL+R
2022-11-20 20:22:46 -08:00
brew "mcfly"
brew "htop"
brew "googler"
2022-11-20 20:37:24 -08:00
brew "git-lfs"