From 02769d4ec06b65ff0f6c375ec584ef7ad6fde64f Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Sun, 24 Jan 2021 00:28:52 +0100 Subject: [PATCH] brew: Updated Brewfile --- .config/Brewfile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.config/Brewfile b/.config/Brewfile index 9a39ed5..3c61f80 100644 --- a/.config/Brewfile +++ b/.config/Brewfile @@ -1,6 +1,6 @@ ## Options -cask_args appdir: '/Applications' -cask_args language: 'de,deu,en,eng' +cask_args appdir: "/Applications" +cask_args language: "de,deu,en,eng" ## Taps tap "buo/cask-upgrade" @@ -14,6 +14,7 @@ tap "homebrew/cask" tap "homebrew/core" tap "homebrew/services" tap "koekeishiya/formulae" +tap "hudochenkov/sshpass" ## brew formulae brew "arping" @@ -49,6 +50,7 @@ brew "yabai" brew "youtube-dl" brew "zsh-completions" brew "zsh" +brew "hudochenkov/sshpass/sshpass" ## cask formulae cask "alacritty" @@ -74,7 +76,6 @@ cask "gpg-suite-no-mail" cask "handbrake" cask "hazel" cask "hex-fiend" -cask "intellidock" cask "istat-menus" cask "kap" cask "keyboardcleantool" @@ -108,6 +109,9 @@ cask "unclack" cask "vlc" cask "vscodium" cask "wireshark" +cask "webex" +cask "zoom" +cask "silicon-info" ## Mac AppStore mas "Affinity Designer", id: 824171161 @@ -139,4 +143,4 @@ mas "The Unarchiver", id: 425424353 mas "Todoist", id: 585829637 mas "Tweetbot", id: 557168941 mas "WhatsApp", id: 1147396723 -mas "Xcode", id: 497799835 +mas "Xcode", id: 497799835 \ No newline at end of file