Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
takyshu98 committed Dec 29, 2023
1 parent 3302ce8 commit ae17440
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions scripts/defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,23 @@ defaults -currentHost write -g com.apple.mouse.tapBehavior -bool true
defaults write com.apple.AppleMultitouchTrackpad TrackpadThreeFingerDrag -bool true
defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadThreeFingerDrag -bool true

# four finger app expose
defaults write com.apple.dock showMissionControlGestureEnabled -bool true
defaults write com.apple.dock showAppExposeGestureEnabled -bool true

echo "Configuring Mouse options..."
## cursor speed
# cursor speed
defaults write -g com.apple.mouse.scaling 3

## scroll speed
# scroll speed
defaults write -g com.apple.scrollwheel.scaling 1

echo "Configuring Other options..."
## auto capitalization
# auto capitalization
defaults write NSGlobalDomain NSAutomaticCapitalizationEnabled -bool "false"

## auto spell correction
defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool "false"
# auto spell correction
defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool "false"

## show battery %
# defaults write com.apple.menuextra.battery ShowPercent -string "YES"

0 comments on commit ae17440

Please sign in to comment.