acbc504fc4e7

Fixes.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 15 Oct 2010 18:05:00 -0400
parents b0cdad7c72af
children 4248c38099cc
branches/tags (none)
files .hgrc bootstrap.sh

Changes

--- a/.hgrc	Wed Oct 13 17:56:28 2010 -0400
+++ b/.hgrc	Fri Oct 15 18:05:00 2010 -0400
@@ -39,6 +39,7 @@
 cbsl = ssh://hg@codebasehq.com/stevelosh/
 stable = ssh://hg@bitbucket.org/stable/
 dwd = ssh://hg@bitbucket.org/dwaiter/
+nyh = ssh://sjl@gotham.nyhacker.org/
 
 [diff]
 git = True
--- a/bootstrap.sh	Wed Oct 13 17:56:28 2010 -0400
+++ b/bootstrap.sh	Fri Oct 15 18:05:00 2010 -0400
@@ -12,10 +12,6 @@
 mkdir bin
 mkdir src
 
-echo '#!/usr/bin/env python' > bin/batcharge.py
-echo 'pass' >> bin/batcharge.py
-chmod u+x bin/batcharge.py
-
 hg clone 'http://selenic.com/repo/hg#stable' ~/lib/hg/hg-stable
 cd ~/lib/hg/hg-stable
 make local
@@ -43,7 +39,7 @@
 ln -s "$HOME/lib/dotfiles/.ackrc" "$HOME/.ackrc"
 ln -s "$HOME/lib/dotfiles/.gitconfig" "$HOME/.gitconfig"
 ln -s "$HOME/lib/dotfiles/.hgrc" "$HOME/.hgrc"
-ln -s "$HOME/lib/dotfiles/vim/.vim" "$HOME/.vim"
+ln -s "$HOME/lib/dotfiles/vim" "$HOME/.vim"
 ln -s "$HOME/lib/dotfiles/vim/.vimrc" "$HOME/.vimrc"
 ln -s "$HOME/lib/dotfiles/.screenrc" "$HOME/.screenrc"