view install.sh @ 43:25e8b2fffd50

Changed some mappings. Added some abbreviations. Skipping lawrencium plugin while I'm writing it.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 24 Nov 2011 18:24:46 -0800
parents b5f45325f37a
children d753f7893361
line wrap: on
line source

#!/bin/sh

CWD="$( cd "$( dirname "$0" )" && pwd )"

ln -s "$CWD/vim"        "$HOME/.vim"
ln -s "$CWD/vim/vimrc"  "$HOME/.vimrc"

echo %include $CWD/hgrc/hgrc > "$HOME/.hgrc"
echo [extensions] >> "$HOME/.hgrc"
echo hggit = $CWD/lib/hg/hg-git/hggit/ >> "$HOME/.hgrc"
echo onsub = $CWD/lib/hg/onsub/onsub.py >> "$HOME/.hgrc"

ln -s "$CWD/hgrc/hgignore" "$HOME/.hgignore"