Remove OhMyZsh stuff from setup.sh
It has been commented out for ages now...
This commit is contained in:
parent
83312a3ed6
commit
cf8855b292
1 changed files with 0 additions and 5 deletions
5
setup.sh
5
setup.sh
|
@ -3,7 +3,6 @@
|
||||||
dfdir=$(cd "$(dirname "$0")" && pwd)
|
dfdir=$(cd "$(dirname "$0")" && pwd)
|
||||||
sys=`uname -s | tr A-Z a-z`
|
sys=`uname -s | tr A-Z a-z`
|
||||||
|
|
||||||
omzrepo=git://github.com/robbyrussell/oh-my-zsh.git
|
|
||||||
|
|
||||||
# Vim bundles
|
# Vim bundles
|
||||||
typeset -A vimbundles
|
typeset -A vimbundles
|
||||||
|
@ -30,10 +29,6 @@ vimbundles=( \
|
||||||
Vundle.vim "https://github.com/gmarik/Vundle.vim.git" \
|
Vundle.vim "https://github.com/gmarik/Vundle.vim.git" \
|
||||||
)
|
)
|
||||||
|
|
||||||
#if [[ ! -d ~/.oh-my-zsh ]]; then
|
|
||||||
# print -P "%BCloning Oh my ZSH!"
|
|
||||||
# git clone $omzrepo $HOME/.oh-my-zsh
|
|
||||||
#fi
|
|
||||||
|
|
||||||
|
|
||||||
function link
|
function link
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue