nix-config/darwin/sktc0/brews.nix
2024-05-23 15:02:20 -04:00

136 lines
2 KiB
Nix

_: {
homebrew = {
taps = [
"auth0/auth0-cli"
"ankitpokhrel/jira-cli"
"codefresh-io/cli"
"oven-sh/bun"
];
brews = [
"ansible"
"asdf"
"auth0"
"autoconf"
"automake"
"bash"
"bats-core"
"bison"
"bpython"
"brotli"
"bun"
"c-ares"
"ca-certificates"
"circleci"
"cloudflared"
"cmake"
"codefresh"
"conftest"
"coreutils"
"curl"
"dbus"
"deno"
"dive"
"docker-compose"
"editorconfig"
"flarectl"
"freetype"
"fswatch"
"gd"
"gettext"
"ghostscript"
"git-crypt"
"git"
"glib"
"gnu-getopt"
"gnupg"
"gnutls"
"go-task"
"go"
"gotop"
"gpatch"
"graphite2"
"graphviz"
"hadolint"
"htop"
"icu4c"
"imagemagick"
"jira-cli"
"jq"
"k6"
"k9s"
"krb5"
"kubernetes-cli"
"libedit"
"libiconv"
"libjpeg"
"libpng"
"libsodium"
"libtool"
"libxml2"
"libxslt"
"libyaml"
"libzip"
"m4"
"mkcert"
"mysql-client"
"mysql"
"ncdu"
"ninja"
"node"
"openssl@1.1"
"openssl"
"pandoc"
"pango"
"pcre"
"percona-toolkit"
"pkg-config"
"podman"
"portaudio"
"postgresql"
"postgresql@14"
"protobuf"
"protobuf@21"
"pyenv"
"python@3.10"
"python@3.11"
"python@3.12"
"python@3.9"
"pyyaml"
"qemu"
"r"
"re2c"
"readline"
"redis"
"ripgrep"
"rustup-init"
"shellcheck"
"shfmt"
"six"
"sops"
"spotifyd"
"sqlite"
"stern"
"telnet"
"terraform"
"terragrunt"
"unixodbc"
"unzip"
"wget"
"xz"
"yarn"
"zlib"
];
casks = [
"amethyst"
"docker"
"emacs"
"rstudio"
"secretive"
"sequel-ace"
"talon"
];
};
}