diff --git a/install-mac.sh b/install-mac.sh index 5e63cf5..3e57b36 100755 --- a/install-mac.sh +++ b/install-mac.sh @@ -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 diff --git a/macos/Brewfile b/macos/Brewfile index 6cad452..d96da85 100644 --- a/macos/Brewfile +++ b/macos/Brewfile @@ -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.