Switch to dotnet formula

This commit is contained in:
Laura Hausmann 2023-02-16 19:57:57 +01:00
parent 3e4a9a6871
commit 498b768a40
Signed by untrusted user: zotan
GPG key ID: D044E84C5BE01605
2 changed files with 5 additions and 2 deletions

View file

@ -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"

View file

@ -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