Closed dstroot closed 7 years ago
cask 'font-droid-sans-mono'
What if you make this caskroom/fonts/font-droid-sans-mono
?
Mike: That seems to fix an issue I had where fonts were being reinstalled every time I ran brew bundle
. If I list them as caskroom/fonts/font-droid-sans-mono
, I don't get that issue.
Thanks!
Glad you got it sorted.
That worked for me also. Thanks Mike. What was the logic/reasoning on why this changed? (so I have a better understanding of how this works) My other casks were unaffected - only fonts.
Cheers!
@dstroot This was a product of using full cask names correctly in https://github.com/Homebrew/homebrew-bundle/pull/278 which would avoid clashes/inconsistency between taps. Sorry for the pain!
Got it! Thanks - the reasoning makes a lot of sense.
For anyone landing here now the current way to do this is:
# install fonts
tap 'homebrew/cask-fonts'
# --------------------------
cask 'font-hack'
cask 'font-hasklig'
cask 'font-monoid'
cask 'font-source-code-pro'
cask 'font-iosevka'
cask 'font-input'
brew bundle cleanup is uninstalling fonts - which are still in my Brewfile. Then the next time I run brew bundle they get installed. then I run brew bundle cleanup and they get uninstalled. I can't figure out why cleanup thinks they should be uninstalled.
Brewfile: