mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Add Safari window opening preference
This commit is contained in:
parent
51b8abd2ae
commit
8bb8c36180
@ -1,3 +1,7 @@
|
||||
# Disable Safari new window animation
|
||||
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool NO
|
||||
|
||||
# Install some extra stuff
|
||||
brew bundle --file=- <<EOF
|
||||
brew "tig"
|
||||
brew "rsync"
|
||||
@ -19,6 +23,7 @@ cask "ivolume"
|
||||
cask "kaleidoscope"
|
||||
cask "karabiner-elements"
|
||||
cask "macvim"
|
||||
cask "moom"
|
||||
cask "slack"
|
||||
cask "spotify"
|
||||
cask "superduper"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user