aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
Diffstat (limited to '.osx')
-rwxr-xr-x.osx8
1 files changed, 4 insertions, 4 deletions
diff --git a/.osx b/.osx
index 788b8fa..e45c384 100755
--- a/.osx
+++ b/.osx
@@ -545,8 +545,8 @@ sudo mdutil -E / > /dev/null
# Only use UTF-8 in Terminal.app
defaults write com.apple.terminal StringEncodings -array 4
-# Use a modified version of the Pro theme by default in Terminal.app
-TERM_PROFILE='Mathias';
+# Use a modified version of the Solarized Dark theme by default in Terminal.app
+TERM_PROFILE='Solarized Dark xterm-256color';
CURRENT_PROFILE="$(defaults read com.apple.terminal 'Default Window Settings')";
if [ "${CURRENT_PROFILE}" != "${TERM_PROFILE}" ]; then
open "${HOME}/init/${TERM_PROFILE}.terminal";
@@ -560,8 +560,8 @@ fi;
#defaults write com.apple.terminal FocusFollowsMouse -bool true
#defaults write org.x.X11 wm_ffm -bool true
-# Install pretty iTerm colors
-open "${HOME}/init/Mathias.itermcolors"
+# Install the Solarized Dark theme for iTerm
+open "${HOME}/init/Solarized Dark.itermcolors"
# Don’t display the annoying prompt when quitting iTerm
defaults write com.googlecode.iterm2 PromptOnQuit -bool false