atomantic / dotfiles

🖥️ Automated Configuration, Preferences and Software Installation for macOS
ISC License
1.33k stars 453 forks source link

Update desktop img logic, remove deprecated `brew cask cleanup` #67

Closed mcw0933 closed 4 years ago

mcw0933 commented 4 years ago

The new default desktop image in Catalina is /System/Library/CoreServices/DefaultDesktop.heic (not jpg).

Updated a couple desktop image commands related to this. Also removed brew cask cleanup as it has been deprecated and rolled into brew cleanup for some time.

https://github.com/Homebrew/brew/issues/4660

atomantic commented 4 years ago

actually, I addressed that in a commit on top of your other pull request. Thanks for the contribution!