Skip to content

Instantly share code, notes, and snippets.

@scottrigby
Last active January 14, 2023 19:30
Show Gist options
  • Save scottrigby/b37e336b4fc1aff7732382f5a3faafb8 to your computer and use it in GitHub Desktop.
Save scottrigby/b37e336b4fc1aff7732382f5a3faafb8 to your computer and use it in GitHub Desktop.
M1 ~/.Brewfile Apr 2022
tap "aquasecurity/trivy"
tap "fluxcd/tap"
tap "github/gh"
tap "helm/tap"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "teamookla/speedtest"
tap "weaveworks/tap"
brew "bash-completion@2"
brew "chart-testing"
brew "coreutils"
brew "curl"
brew "node"
brew "gatsby-cli"
brew "gh"
brew "git"
brew "git-filter-repo"
brew "go"
brew "gnu-sed"
brew "gnutls"
brew "gnupg"
brew "grep"
brew "helm"
brew "hugo"
brew "jq"
# brew "k3d"
brew "kind"
brew "kubebuilder"
brew "kubernetes-cli"
#brew "kubectx"
brew "kustomize"
brew "mkdocs"
# brew "node@14"
brew "oras"
# brew "pv"
# brew "python@3.8"
# brew "rpm"
brew "shellcheck"
brew "starship"
brew "tree"
brew "watch"
brew "yamllint"
brew "yarn"
brew "yq"
# brew "aquasecurity/trivy/trivy"
brew "fluxcd/tap/flux"
brew "teamookla/speedtest/speedtest"
brew "weaveworks/tap/eksctl"
cask "1password"
cask "discord"
cask "docker"
cask "google-chrome"
# cask "google-cloud-sdk"
cask "irccloud"
cask "keybase"
cask "rectangle"
cask "simplenote"
cask "slack"
# https://www.reddit.com/r/osx/comments/kazpcn/spectacle_alternative_for_m1/
# cask "spectacle"
cask "spotify"
cask "ticktick"
cask "visual-studio-code"
cask "zoom"
@scottrigby
Copy link
Author

Quick version: copy what you need into ~/.Brewfile then brew bundle --global 😸

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment