1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2026-01-12 16:32:54 -05:00

trial & error updates

This commit is contained in:
2021-01-13 09:23:28 -05:00
parent cab1a733f8
commit 4989ff0ce3
6 changed files with 265 additions and 32 deletions

View File

@@ -100,10 +100,6 @@ defaults write NSGlobalDomain com.apple.mouse.tapBehavior -int 1
# Increase sound quality for Bluetooth headphones/headsets
defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Min (editable)" -int 40
# Use scroll gesture with the Ctrl (^) modifier key to zoom
defaults write com.apple.universalaccess closeViewScrollWheelToggle -bool true
defaults write com.apple.universalaccess HIDScrollZoomModifierMask -int 262144
###############################################################################
# Energy saving #
###############################################################################

View File

@@ -33,9 +33,9 @@ brew update
# Install all apps from the Brewfile
brew tap homebrew/bundle
brew bundle
brew bundle || true
# Set macOS defaults
# Needs to be last since this will restart everything when done
# shellcheck disable=SC1091
source ./defaults.sh
source ./macos/defaults.sh