Skip to content

Commit

Permalink
Merge pull request #29 from sasasin/remove
Browse files Browse the repository at this point in the history
brew bundle dump -f
  • Loading branch information
sasasin authored Jun 6, 2023
2 parents f642150 + 6995430 commit d22f02a
Showing 1 changed file with 38 additions and 35 deletions.
73 changes: 38 additions & 35 deletions mac/provision/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,43 +3,38 @@ tap "homebrew/brewdler"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-drivers"
tap "homebrew/cask-fonts"
tap "homebrew/core"
tap "homebrew/cask-fonts", "https://github.com/Homebrew/brew"
tap "homebrew/services"
tap "kayac/tap"
tap "newrelic/tap"
tap "oktadeveloper/tap"
tap "sanemat/font"
tap "peak/tap"
brew "autoconf"
brew "automake"
brew "gmp"
brew "coreutils"
brew "libtool"
brew "libyaml"
brew "[email protected]"
brew "readline"
brew "unixodbc"
brew "asdf"
brew "aws-vault"
brew "gdbm"
brew "[email protected]"
brew "sqlite"
brew "xz"
brew "[email protected]"
brew "awscli"
brew "bash-completion"
brew "bison"
brew "brew-cask-completion"
brew "bundler-completion"
brew "dasel"
brew "dnsmasq", restart_service: true
brew "docker"
brew "docker-clean"
brew "dos2unix"
brew "fd"
brew "fish"
brew "fzf"
brew "isl"
brew "mpfr"
brew "libmpc"
brew "gcc"
brew "gdbm"
brew "gem-completion"
brew "gettext"
brew "gh"
Expand All @@ -48,21 +43,21 @@ brew "git"
brew "git-lfs"
brew "git-secrets"
brew "gnu-getopt"
brew "go"
brew "gron"
brew "icu4c"
brew "isl"
brew "jq"
brew "k9s"
brew "kubernetes-cli"
brew "kubectx"
brew "libgpg-error"
brew "libsigsegv"
brew "mpfr"
brew "libmpc"
brew "libxml2"
brew "lsusb"
brew "mas"
brew "micro"
brew "zlib"
brew "mysql-client"
brew "nkf"
brew "nvm"
brew "openjdk"
brew "openssh"
brew "p7zip"
brew "peco"
Expand All @@ -78,49 +73,57 @@ brew "ruby-completion"
brew "sops"
brew "starship"
brew "step"
brew "terraform"
brew "terragrunt"
brew "textql"
brew "tfenv"
brew "tflint"
brew "unar"
brew "unzip"
brew "wget"
brew "yarn"
brew "yq"
brew "z"
brew "zlib"
brew "kayac/tap/ecspresso"
brew "newrelic/tap/newrelic-infra-agent"
brew "sanemat/font/ricty", args: ["with-powerline"]
brew "peak/tap/s5cmd"
cask "adobe-acrobat-reader"
cask "alfred"
cask "amazon-workspaces"
cask "aquaskk"
cask "bartender"
cask "bluesnooze"
cask "docker"
cask "displaylink"
cask "firefox"
cask "font-hackgen-nerd"
cask "gitkraken"
cask "google-chrome"
cask "hyper"
cask "lens"
cask "logitech-g-hub"
cask "microsoft-edge"
cask "obs"
cask "obsbot-tinycam"
cask "krisp"
cask "obsbot-webcam"
cask "openlens"
cask "rancher"
cask "raspberry-pi-imager"
cask "tg-pro"
cask "visual-studio-code"
cask "vlc"
cask "zoom"
mas "AdGuard for Safari", id: 1440147259
mas "Bitwarden", id: 1352778147
mas "Boom 3D", id: 1233048948
mas "Cursor Pro", id: 1447043133
mas "ChangeVideoSpeed", id: 1622138166
mas "Enpass", id: 732710998
mas "Instapaper Save", id: 1481302432
mas "Keynote", id: 409183694
mas "Keystroke Pro", id: 1572206224
mas "Kindle", id: 405399194
mas "Pages", id: 409201541
mas "Save to Pocket", id: 1477385213
mas "Slack", id: 803453959
mas "Spark", id: 1176895641
vscode "dracula-theme.theme-dracula"
vscode "eamodio.gitlens"
vscode "EditorConfig.EditorConfig"
vscode "GitHub.copilot"
vscode "kirozen.wordcounter"
vscode "moshfeu.diff-merge"
vscode "ms-azuretools.vscode-docker"
vscode "ms-kubernetes-tools.vscode-kubernetes-tools"
vscode "ms-python.isort"
vscode "ms-python.python"
vscode "ms-python.vscode-pylance"
vscode "ms-vscode-remote.remote-containers"
vscode "ms-vscode-remote.remote-wsl"
vscode "mtxr.sqltools"
vscode "redhat.vscode-yaml"

0 comments on commit d22f02a

Please sign in to comment.