Mercurial > dotfiles
comparison install.sh @ 81:2e0fbe44e9fe
Updated bashrc files.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 14 Mar 2012 11:34:05 -0700 |
parents | d753f7893361 |
children | 6b2c3f14a5c1 |
comparison
equal
deleted
inserted
replaced
80:121bef55252f | 81:2e0fbe44e9fe |
---|---|
3 CWD="$( cd "$( dirname "$0" )" && pwd )" | 3 CWD="$( cd "$( dirname "$0" )" && pwd )" |
4 | 4 |
5 # BASH | 5 # BASH |
6 # ---- | 6 # ---- |
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 | 9 |
9 # VIM | 10 # VIM |
10 # --- | 11 # --- |
11 ln -s "$CWD/vim" "$HOME/.vim" | 12 ln -s "$CWD/vim" "$HOME/.vim" |
12 ln -s "$CWD/vim/vimrc" "$HOME/.vimrc" | 13 ln -s "$CWD/vim/vimrc" "$HOME/.vimrc" |