Skip to content

Commit

Permalink
fix casks
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel committed Dec 14, 2023
1 parent 1987e00 commit 2a6041c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion homebrew/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ tap "homebrew/core"
# core binaries
brew "ack" # instead of grep
brew "awscli"
brew "bats" # "cat" on steroids
brew "coreutils" # those that come with macOS are outdated
brew "chrome-cli"
brew "dockutil"
Expand Down
9 changes: 1 addition & 8 deletions homebrew/Caskfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ cask_args appdir: "/Applications"

tap "homebrew/cask"
tap "homebrew/cask-versions"
tap "homebrew/cask-drivers"

# core applications

Expand All @@ -21,7 +20,6 @@ cask "downie"
cask "dropbox"
cask "firefox"
cask "figma"
cask "geogebra"
cask "gifox"
cask "google-chrome"
cask "grammarly"
Expand Down Expand Up @@ -55,33 +53,28 @@ cask "rectangle"
cask "sensei"
cask "turbo-boost-switcher"
cask "tunnelbear"
cask "tinkertool"
cask "cheatsheet"
cask "imageoptim"

# development

cask "dash"
cask "docker"
cask "java"
cask "keybase"
cask "ngrok"
cask "virtualbox"

# personal

cask "calibre"
cask "guitar-pro"
cask "geogebra"
cask "hakuneko"
cask "logitech-options"
cask "meta"
cask "sony-ps4-remote-play"
cask "sony-ps-remote-play"
cask "synologyassistant"
cask "steam"
cask "tg-pro"
cask "unity-hub"
cask "mathpix"

# quicklook plugins https://github.com/sindresorhus/quick-look-plugins

Expand Down

0 comments on commit 2a6041c

Please sign in to comment.