feat(macos): add flutter + fvm

This commit is contained in:
Saibotk 2024-12-09 13:12:14 +01:00
parent b76856ee20
commit dcc865e5cc
Signed by: saibotk
GPG key ID: 67585F0065E261D5
2 changed files with 5 additions and 0 deletions

View file

@ -28,6 +28,8 @@ brew bundle --file ${DOTFILES}/macos/Brewfile
# gnupg is not really needed but marked as a dependency for pass # gnupg is not really needed but marked as a dependency for pass
brew unlink gnupg brew unlink gnupg
flutter --disable-analytics
# Enable corepack # Enable corepack
corepack enable corepack enable

View file

@ -3,6 +3,7 @@ tap 'homebrew/bundle'
tap 'oven-sh/bun' tap 'oven-sh/bun'
tap 'withgraphite/tap' tap 'withgraphite/tap'
tap 'shivammathur/extensions' tap 'shivammathur/extensions'
tap 'leoafarias/fvm'
# Meta tools for this bundle to install properly # Meta tools for this bundle to install properly
brew 'mas' # Mac App Store manager to install appstore apps brew 'mas' # Mac App Store manager to install appstore apps
@ -85,6 +86,8 @@ brew 'oven-sh/bun/bun'
brew 'go' brew 'go'
brew 'rustup' brew 'rustup'
brew 'cargo-make' brew 'cargo-make'
brew 'flutter'
brew 'fvm'
# Apps # Apps
cask 'setapp' # Paid App Store for Cleanshot, TablePlus etc. cask 'setapp' # Paid App Store for Cleanshot, TablePlus etc.