Mercurial > ec-dotfiles
comparison setup @ 417:31bc186f8ed3
Sorted dotfile installation.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Wed, 28 Nov 2012 23:03:16 +0700 |
parents | 6ad7a6bbab78 |
children | 7394b88bf1c6 |
comparison
equal
deleted
inserted
replaced
416:6ad7a6bbab78 | 417:31bc186f8ed3 |
---|---|
124 case "${1}" in | 124 case "${1}" in |
125 install|uninstall) | 125 install|uninstall) |
126 _tcsh "${1}" | 126 _tcsh "${1}" |
127 _bash "${1}" | 127 _bash "${1}" |
128 _zsh "${1}" | 128 _zsh "${1}" |
129 _rc "${1}" "tmux.conf" ".tmux.conf" | 129 _rc "${1}" "../bin" ".ecos_bin" |
130 _rc "${1}" "gemrc" ".gemrc" | |
130 _rc "${1}" "gitconfig" ".gitconfig" | 131 _rc "${1}" "gitconfig" ".gitconfig" |
131 _rc "${1}" "hgrc" ".hgrc" | 132 _rc "${1}" "hgrc" ".hgrc" |
133 _rc "${1}" "inputrc" ".inputrc" | |
134 _rc "${1}" "tmux.conf" ".tmux.conf" | |
135 _rc "${1}" "vim-solarized" ".vim/colors/solarized.vim" | |
136 _rc "${1}" "vim-syntax-coffee" ".vim/syntax/coffee.vim" | |
137 _rc "${1}" "vim-syntax-scss" ".vim/syntax/scss.vim" | |
132 _rc "${1}" "vimrc" ".vimrc" | 138 _rc "${1}" "vimrc" ".vimrc" |
133 _rc "${1}" "vim-solarized" ".vim/colors/solarized.vim" | |
134 _rc "${1}" "vim-syntax-scss" ".vim/syntax/scss.vim" | |
135 _rc "${1}" "vim-syntax-coffee" ".vim/syntax/coffee.vim" | |
136 _rc "${1}" "inputrc" ".inputrc" | |
137 _rc "${1}" "gemrc" ".gemrc" | |
138 _rc "${1}" "../bin" ".ecos_bin" | |
139 ;; | 139 ;; |
140 *) | 140 *) |
141 _help | 141 _help |
142 ;; | 142 ;; |
143 esac | 143 esac |