feat(macos): add flutter + fvm
This commit is contained in:
parent
b76856ee20
commit
dcc865e5cc
2 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,8 @@ brew bundle --file ${DOTFILES}/macos/Brewfile
|
|||
# gnupg is not really needed but marked as a dependency for pass
|
||||
brew unlink gnupg
|
||||
|
||||
flutter --disable-analytics
|
||||
|
||||
# Enable corepack
|
||||
corepack enable
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ tap 'homebrew/bundle'
|
|||
tap 'oven-sh/bun'
|
||||
tap 'withgraphite/tap'
|
||||
tap 'shivammathur/extensions'
|
||||
tap 'leoafarias/fvm'
|
||||
|
||||
# Meta tools for this bundle to install properly
|
||||
brew 'mas' # Mac App Store manager to install appstore apps
|
||||
|
@ -85,6 +86,8 @@ brew 'oven-sh/bun/bun'
|
|||
brew 'go'
|
||||
brew 'rustup'
|
||||
brew 'cargo-make'
|
||||
brew 'flutter'
|
||||
brew 'fvm'
|
||||
|
||||
# Apps
|
||||
cask 'setapp' # Paid App Store for Cleanshot, TablePlus etc.
|
||||
|
|
Loading…
Add table
Reference in a new issue