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:
@@ -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 #
|
||||
###############################################################################
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user