Skip to content

Commit dac8450

Browse files
committed
fix(brew): move kindle from cask to mas
The `kindle` cask was removed from homebrew-cask, causing brew bundle to fail for all casks on a fresh Mac. Amazon Kindle is now distributed via the Mac App Store.
1 parent 2f64a74 commit dac8450

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

brewfiles/Brewfile-cask

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ cask 'slack'
88
cask 'google-japanese-ime'
99
cask 'visual-studio-code'
1010
cask 'spotify'
11-
cask 'kindle'
1211
cask 'zoom'
1312
cask 'microsoft-teams'
1413
cask 'wezterm'

brewfiles/Brewfile-mas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
mas "Magnet", id: 441258766
22
mas "LINE", id: 539883307
33
mas "Xcode", id: 497799835
4+
mas "Amazon Kindle", id: 302584613

0 commit comments

Comments
 (0)