Skip to content

Commit

Permalink
Update scripts/common/configuration-osx.sh
Browse files Browse the repository at this point in the history
Adding suggestion.
  • Loading branch information
joemoore committed Jun 3, 2022
1 parent dec2fe3 commit 545d3d4
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 @@ -22,7 +22,7 @@ defaults -currentHost write com.apple.ImageCapture disableHotPlug -bool true
#to revert use defaults -currentHost delete com.apple.ImageCapture disableHotPlug

# modify appearance of dock: remove standard icons, add chrome and iTerm
if [ ! -e /usr/local/bin/dockutil ]; then
if ! dockutil ; then
# dockutil is not installed
brew install --cask hpedrorodrigues/tools/dockutil
fi
Expand Down

0 comments on commit 545d3d4

Please sign in to comment.