From 498b768a405e1cb2faaa87f609bb8f471c127b03 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Thu, 16 Feb 2023 19:57:57 +0100 Subject: [PATCH] Switch to dotnet formula --- macx-resources/Brewfile | 4 +++- macx.sh | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/macx-resources/Brewfile b/macx-resources/Brewfile index 05b39af..b2404e3 100644 --- a/macx-resources/Brewfile +++ b/macx-resources/Brewfile @@ -28,6 +28,9 @@ brew "iproute2mac" brew "pinentry-mac" brew "wireguard-tools" +# dev tools +brew "dotnet" + # basic desktop apps cask "iterm2" cask "element" @@ -103,7 +106,6 @@ cask "daisydisk" cask "dash" cask "db-browser-for-sqlite" cask "discord" -cask "dotnet-sdk" cask "firefox" cask "fl-studio" cask "gimp" diff --git a/macx.sh b/macx.sh index 13b0623..8bc04e3 100644 --- a/macx.sh +++ b/macx.sh @@ -24,7 +24,8 @@ killall Dock echo "Disabling font smoothing" defaults -currentHost write -g AppleFontSmoothing -int 0 - +echo "Fixing dotnet symlink" +sudo ln -s /opt/homebrew/opt/dotnet/libexec /usr/local/share/dotnet #### echo