Skip to content

Commit

Permalink
Switch to using thirdparty cask for dockutil
Browse files Browse the repository at this point in the history
- This is intended as a temporary change
- Waiting on PR: Homebrew/homebrew-core#97394 to
  update dockutil to version 3.0.2

Authored-by: Sam Mirza <[email protected]>
  • Loading branch information
Sam Mirza authored and joemoore committed Jun 3, 2022
1 parent a0a5d1a commit dec2fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/common/configuration-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ defaults -currentHost write com.apple.ImageCapture disableHotPlug -bool true
# modify appearance of dock: remove standard icons, add chrome and iTerm
if [ ! -e /usr/local/bin/dockutil ]; then
# dockutil is not installed
brew install dockutil
brew install --cask hpedrorodrigues/tools/dockutil
fi
dockutil --list | awk -F\t '{print "dockutil --remove \""$1"\" --no-restart"}' | sh
dockutil --add /Applications/Google\ Chrome.app --no-restart
Expand Down

0 comments on commit dec2fe3

Please sign in to comment.