comparison install.sh @ 95:b96ff0dd0137

Fixed the generated vimrc's runtimepath.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 22 Mar 2012 18:43:08 -0700
parents 6b2c3f14a5c1
children 20c49d51f7e3
comparison
equal deleted inserted replaced
84:e7d12826b236 95:b96ff0dd0137
7 ln -s "$CWD/bashrc/bashrc" "$HOME/.bashrc" 7 ln -s "$CWD/bashrc/bashrc" "$HOME/.bashrc"
8 ln -s "$CWD/bashrc/bash_profile" "$HOME/.bash_profile" 8 ln -s "$CWD/bashrc/bash_profile" "$HOME/.bash_profile"
9 9
10 # VIM 10 # VIM
11 # --- 11 # ---
12 ln -s "$CWD/vim" "$HOME/.vim" 12 echo set runtimepath+=$CWD/vim > "$HOME/.vimrc"
13 ln -s "$CWD/vim/vimrc" "$HOME/.vimrc" 13 echo source $CWD/vim/vimrc >> "$HOME/.vimrc"
14 14
15 # MERCURIAL 15 # MERCURIAL
16 # --------- 16 # ---------
17 echo %include $CWD/hgrc/hgrc > "$HOME/.hgrc" 17 echo %include $CWD/hgrc/hgrc > "$HOME/.hgrc"
18 echo [ui] >> "$HOME/.hgrc" 18 echo [ui] >> "$HOME/.hgrc"