Mercurial > ec-dotfiles
comparison setup @ 4:94ee419ad047
Added bin-ec - a collection of scripts.
author | Edho Prima Arief <me@myconan.net> |
---|---|
date | Sat, 10 Jul 2010 12:38:52 +0000 |
parents | 39ef7f7236fc |
children | de6ce93d40fc |
comparison
equal
deleted
inserted
replaced
3:39ef7f7236fc | 4:94ee419ad047 |
---|---|
4 #create symlinks | 4 #create symlinks |
5 linker "tcsh" ".tcsh_init" | 5 linker "tcsh" ".tcsh_init" |
6 linker "tmux" ".tmux.conf" | 6 linker "tmux" ".tmux.conf" |
7 linker "hg" ".hgrc" | 7 linker "hg" ".hgrc" |
8 linker "vim" ".vimrc" | 8 linker "vim" ".vimrc" |
9 linker "bin" "bin-ec" | |
9 | 10 |
10 #modify cshrc | 11 #modify cshrc |
11 uninstall_tcsh | 12 uninstall_tcsh |
12 echo '[ -r "${HOME}/.tcsh_init" ] && source "${HOME}/.tcsh_init" #ECCORE_TCSH' >> "${HOME}/.cshrc" | 13 echo '[ -r "${HOME}/.tcsh_init" ] && source "${HOME}/.tcsh_init" #ECCORE_TCSH' >> "${HOME}/.cshrc" |
13 } | 14 } |