aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2014-06-07 22:14:20 +0200
committerMathias Bynens <mathias@qiwi.be>2014-06-07 23:02:43 +0200
commitcaa3964b343d5b5b969bbfeefe44f55aaba173bf (patch)
treea303080a7a3013ab46cc0b3d85328b9e7ec9487b /.osx
parent0a38d10ca2d2c4c83377e8ad1a75301590796f93 (diff)
downloaddotfiles-caa3964b343d5b5b969bbfeefe44f55aaba173bf.tar.gz
dotfiles-caa3964b343d5b5b969bbfeefe44f55aaba173bf.tar.bz2
dotfiles-caa3964b343d5b5b969bbfeefe44f55aaba173bf.zip
Update Bash prompt to match the Solarized theme
Screenshot: http://i.imgur.com/EkEtphC.png
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