799882f309fc

Random stuff.
[view raw] [browse files]
author Steve Losh <steve@dwaiter.com>
date Wed, 18 Aug 2010 18:12:20 -0400
parents 25deb560bf93
children 80a3dd238309
branches/tags (none)
files bootstrap.sh vim/colors/molokai.vim

Changes

--- a/bootstrap.sh	Mon Aug 16 11:25:22 2010 -0400
+++ b/bootstrap.sh	Wed Aug 18 18:12:20 2010 -0400
@@ -16,17 +16,11 @@
 echo 'pass' >> bin/batcharge.py
 chmod u+x bin/batcharge.py
 
-wget 'http://mercurial.selenic.com/release/mercurial-1.5.tar.gz'
-tar xzf mercurial-1.5.tar.gz
-cd mercurial-1.5
-make local
-
-./hg clone 'http://selenic.com/repo/hg#stable' ~/lib/hg/hg-stable
+hg clone 'http://selenic.com/repo/hg#stable' ~/lib/hg/hg-stable
 cd ~/lib/hg/hg-stable
 make local
 cd
-export PATH="$PATH:$HOME/lib/hg/hg-stable"
-rm -rf mercurial-1.5 mercurial-1.5.tar.gz
+export PATH="$HOME/lib/hg/hg-stable:$PATH"
 
 hg clone http://bitbucket.org/sjl/dotfiles ~/lib/dotfiles
 git clone git://github.com/sjl/oh-my-zsh ~/lib/oh-my-zsh
--- a/vim/colors/molokai.vim	Mon Aug 16 11:25:22 2010 -0400
+++ b/vim/colors/molokai.vim	Wed Aug 18 18:12:20 2010 -0400
@@ -114,7 +114,7 @@
    hi CursorLine                    guibg=#3E3D32
    hi CursorColumn                  guibg=#3E3D32
    hi ColorColumn                   guibg=#3E3D32
-   hi LineNr          guifg=#BCBCBC guibg=#3B3A32
+   hi LineNr          guifg=#AAAAAA guibg=#3B3A32
    hi NonText         guifg=#BCBCBC guibg=#3B3A32
 else
    hi Normal          guifg=#F8F8F2 guibg=#1B1D1E
@@ -123,7 +123,7 @@
    hi CursorLine                    guibg=#232728
    hi CursorColumn                  guibg=#232728
    hi ColorColumn                   guibg=#232728
-   hi LineNr          guifg=#BCBCBC guibg=#1B1D1E
+   hi LineNr          guifg=#AAAAAA guibg=#1B1D1E
    
    " Invisible character colors
    highlight NonText    guifg=#444444 guibg=#1a1c1d