# HG changeset patch # User Edho Arief # Date 1354118596 -25200 # Node ID 31bc186f8ed3eb2e773c25a6ebfcbad7aadbacb3 # Parent 6ad7a6bbab781785ac1bbdadd2fb3bcf02c7bc1b Sorted dotfile installation. diff -r 6ad7a6bbab78 -r 31bc186f8ed3 setup --- a/setup Wed Nov 28 23:02:38 2012 +0700 +++ b/setup Wed Nov 28 23:03:16 2012 +0700 @@ -126,16 +126,16 @@ _tcsh "${1}" _bash "${1}" _zsh "${1}" - _rc "${1}" "tmux.conf" ".tmux.conf" + _rc "${1}" "../bin" ".ecos_bin" + _rc "${1}" "gemrc" ".gemrc" _rc "${1}" "gitconfig" ".gitconfig" _rc "${1}" "hgrc" ".hgrc" - _rc "${1}" "vimrc" ".vimrc" + _rc "${1}" "inputrc" ".inputrc" + _rc "${1}" "tmux.conf" ".tmux.conf" _rc "${1}" "vim-solarized" ".vim/colors/solarized.vim" - _rc "${1}" "vim-syntax-scss" ".vim/syntax/scss.vim" _rc "${1}" "vim-syntax-coffee" ".vim/syntax/coffee.vim" - _rc "${1}" "inputrc" ".inputrc" - _rc "${1}" "gemrc" ".gemrc" - _rc "${1}" "../bin" ".ecos_bin" + _rc "${1}" "vim-syntax-scss" ".vim/syntax/scss.vim" + _rc "${1}" "vimrc" ".vimrc" ;; *) _help