Skip to content

Commit

Permalink
Remove dockey cask and add dock autohide delay setting
Browse files Browse the repository at this point in the history
  • Loading branch information
milon committed Dec 22, 2024
1 parent d49aa89 commit 9654c7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion support/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ cask 'bruno' # api client
cask 'command-x' # cut and paste functionality
cask 'dbngin' # mysql, postgresql, redis
cask 'docker'
cask 'dockey' # dock customizer
cask 'google-chrome'
cask 'imageoptim'
cask 'iina' # media player
Expand Down
4 changes: 3 additions & 1 deletion support/mac_settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ defaults write /Library/Preferences/SystemConfiguration/com.apple.DiskArbitratio
# Change screenshot type to JPG
defaults write com.apple.screencapture type jpg

# Disable autohide animation for dock
defaults write com.apple.dock autohide-delay -float 0; killall Dock

# choosy as browser
# disable spotlight suggestions
# full keyboard access; all controls
# iterm use atom onedark theme
# iterm use jetbrains mono for powerline
# set caps lock as esc

0 comments on commit 9654c7e

Please sign in to comment.