Closed 0x2615 closed 2 years ago
Thank you for the report; I'll take a look as soon as I can. Feel free to keep updating this issue or submit a PR.
I realize we had to fix a version of this before. #308
I'm tempted to remove that dockutil
section entirely. This troublesome section attempts to make a minimalist OS X Dock. Do we get much value from:
Thoughts?
Thanks @joemoore. I think dockutil
is quite useful. A fresh install of mac OS seems to put a load of guff in the dock that is not needed. I would prefer to keep dockutil
and have a minimalist Dock.
There has been activity on the PR I linked to, but there doesn't seem to have been any actual progress.
Someone has created a Homebrew cask for the updated version of dockutil
, perhaps we could just use that for now? See: https://github.com/hpedrorodrigues/homebrew-tools/blob/master/Casks/dockutil.rb
Issue
I ran setup with the following options:
./setup.sh concourse cred-alert docker golang java java-tools kubernetes python terraform
When setup reached the 'Customizing OS X configuration' stage; i.e. when it ran
./scripts/common/configuration-osx.sh
. The output was as follows:It seems that dockutil version 2.0.5 requires Python 2.7, which has been removed from Mac OS. See: https://github.com/kcrawford/dockutil/issues/127
I worked around this issue by running the following commands:
I stole most of this from the issue I have linked to above. I then re-ran setup and got past the 'Customizing OS X configuration' stage.
Possible Solutions
dockutil
to be updated in Homebrew, it seems a PR is in progress: https://github.com/Homebrew/homebrew-core/pull/97394./scripts/common/configuration-osx.sh
I'd be happy to open a PR for this if you're keen on option 2