Skip to content

Commit

Permalink
[brew] Switch from dockutil cask to formula
Browse files Browse the repository at this point in the history
The upstream repository merged the changes necessary to update the
Homebrew formula:
kcrawford/dockutil#127 (comment)

So, remove the cask and tap and switch to the mainstream formula.

```sh
brew uninstall --cask dockutil
brew untap hpedrorodrigues/tools
brew install dockutil
```
  • Loading branch information
ccpost committed Feb 25, 2024
1 parent 4c6d551 commit fcf71e1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dot_Brewfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
tap "homebrew/bundle"
tap "homebrew/cask-versions"
tap "hpedrorodrigues/tools"
tap "mike-engel/jwt-cli"
# Official Amazon AWS command-line interface
brew "awscli"
Expand All @@ -12,6 +11,8 @@ brew "chezmoi"
brew "coreutils"
# Good-lookin' diffs with diff-highlight and more
brew "diff-so-fancy"
# Tool for managing dock items
brew "dockutil"
# Modern replacement for 'ls'
brew "exa"
# GitHub command-line tool
Expand Down Expand Up @@ -48,8 +49,6 @@ cask "daisydisk"
cask "discord"
# App to build and share containerized applications and microservices
cask "docker"
# Command-line utility for managing macOS dock items
cask "dockutil"
# Client for the Dropbox cloud storage service
cask "dropbox"
# Calendar software
Expand Down

0 comments on commit fcf71e1

Please sign in to comment.