Update macx.sh

This commit is contained in:
Laura Hausmann 2024-05-05 23:50:40 +02:00
parent 2a5f20b08f
commit fca090a5f8
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -49,6 +49,9 @@ killall Dock
echo "Disabling font smoothing"
defaults -currentHost write -g AppleFontSmoothing -int 0
echo "Disabling screenshot shadows"
defaults write com.apple.screencapture disable-shadow -bool true
echo "Fixing dotnet symlink"
sudo ln -s /opt/homebrew/opt/dotnet/libexec /usr/local/share/dotnet