diff --git a/setup/macos/brew_get.sh b/setup/macos/brew_get.sh deleted file mode 100644 index d85e774..0000000 --- a/setup/macos/brew_get.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -brew install bat cmake gitkraken go htop lsd neofetch node npm openjdk@11 macvim yarn yt-dlp -brew install --cask --no-quarantine middleclick -brew install --cask hammerspoon scroll-reverser rectangle alt-tab diff --git a/setup/macos/disable_app_store_notifs.sh b/setup/macos/disable_app_store_notifs.sh deleted file mode 100644 index b689b87..0000000 --- a/setup/macos/disable_app_store_notifs.sh +++ /dev/null @@ -1,4 +0,0 @@ -# a treatment to the downright horrendous fanboy cope session i have just witnessed on the apple support forums - -defaults write com.apple.appstored LastUpdateNotification -date "2029-12-12 12:00:00 +0000" - diff --git a/setup/macos/disable_mouse_accel.sh b/setup/macos/disable_mouse_accel.sh deleted file mode 100644 index 96bde2c..0000000 --- a/setup/macos/disable_mouse_accel.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -# Disable mouse movement acceleration -defaults write .GlobalPreferences com.apple.mouse.scaling -1 - -# Disable scrolling acceleration -defaults write .GlobalPreferences com.apple.scrollwheel.scaling -1 - -# Remind to logout -echo To fully apply changes, log out and back in again.