@@ -668,8 +668,8 @@ defaults write com.apple.terminal StringEncodings -array 4
668
668
# Disable the annoying line marks
669
669
# defaults write com.apple.Terminal ShowLineMarks -int 0
670
670
671
- # Install the Solarized Dark theme for iTerm
672
- # open "${HOME}/init/Solarized Dark .itermcolors"
671
+ # Install the Dracula theme for iTerm
672
+ open " ${HOME} /init/Dracula Pro .itermcolors"
673
673
674
674
# Don’t display the annoying prompt when quitting iTerm
675
675
defaults write com.googlecode.iterm2 PromptOnQuit -bool false
@@ -750,7 +750,7 @@ defaults write com.apple.SoftwareUpdate AutomaticDownload -int 1
750
750
defaults write com.apple.SoftwareUpdate CriticalUpdateInstall -int 1
751
751
752
752
# Automatically download apps purchased on other Macs
753
- defaults write com.apple.SoftwareUpdate ConfigDataInstall -int 1
753
+ # defaults write com.apple.SoftwareUpdate ConfigDataInstall -int 1
754
754
755
755
# Turn on app auto-update
756
756
defaults write com.apple.commerce AutoUpdate -bool true
@@ -798,6 +798,18 @@ defaults write com.apple.messageshelper.MessageController SOInputLineSettings -d
798
798
# defaults write com.google.Chrome PMPrintingExpandedStateForPrint2 -bool true
799
799
# defaults write com.google.Chrome.canary PMPrintingExpandedStateForPrint2 -bool true
800
800
801
+ # ##############################################################################
802
+ # Rectangle.app #
803
+ # ##############################################################################
804
+
805
+ cp -r init/com.knollsoft.Rectangle.plist ~ /Library/Preferences/com.knollsoft.Rectangle.plist
806
+
807
+ # ##############################################################################
808
+ # Spaceship Prompt #
809
+ # ##############################################################################
810
+
811
+
812
+
801
813
# ##############################################################################
802
814
# GPGMail 2 #
803
815
# ##############################################################################
0 commit comments