From dcc865e5cc9e1ad089b6e6f14b146812875cfb7b Mon Sep 17 00:00:00 2001 From: Saibotk Date: Mon, 9 Dec 2024 13:12:14 +0100 Subject: [PATCH] feat(macos): add flutter + fvm --- install-mac.sh | 2 ++ macos/Brewfile | 3 +++ 2 files changed, 5 insertions(+) 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.