Compare commits

...

2 commits

Author SHA1 Message Date
Laura Hausmann fca090a5f8
Update macx.sh 2024-05-05 23:50:40 +02:00
Laura Hausmann 2a5f20b08f
Update Brewfile 2024-05-05 23:50:30 +02:00
2 changed files with 8 additions and 4 deletions

View file

@ -4,10 +4,7 @@
# taps
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-drivers"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
tap "osx-cross/arm"
tap "osx-cross/avr"
@ -55,6 +52,7 @@ brew "wireguard-tools"
brew "go"
brew "gcc"
brew "glib"
brew "node"
brew "make"
brew "cmake"
brew "ninja"
@ -64,6 +62,7 @@ brew "python"
brew "git-lfs"
brew "autoconf"
brew "automake"
brew "corepack"
brew "uncrustify"
brew "platformio"
brew "clang-format"
@ -78,8 +77,10 @@ cask "alfred"
cask "itsycal"
cask "contexts"
cask "topnotch"
cask "bartender"
#cask "bartender" # use setapp version instead
cask "rectangle"
cask "bluesnooze"
cask "replacicon"
cask "sublime-text"
cask "sublime-merge"
cask "google-chrome"

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