diff --git a/templates/zshrc.sh b/templates/zshrc.sh index 955b0b5..954da40 100644 --- a/templates/zshrc.sh +++ b/templates/zshrc.sh @@ -4,7 +4,7 @@ export GJ_DEVENV=local_aptproxy export ZCFG=~/.config/zsh-config # Path to your oh-my-zsh installation. -export ZSH=$ZCFG/tools/oh-my-zsh +export ZSH=$ZCFG/packages/oh-my-zsh export LANG=en_US.UTF-8 @@ -40,7 +40,7 @@ source $ZSH/oh-my-zsh.sh # ANTIGEN: # -# source $ZCFG/tools/antigen/antigen.zsh +# source $ZCFG/packages/antigen/antigen.zsh # # MUST: #antigen bundle extract diff --git a/tools/install.sh b/tools/install.sh index 26f2fce..375aab8 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -1,7 +1,14 @@ #@IgnoreInspection AddShebang -# ** Initiate with: ** -# cd && wget http://git.str8.biz/mj/zsh-config/raw/master/tools/install.sh -O -| sh -# ----------------------------------------------------------------------------------- +# +# ** Initiate with: ** +# cd && curl -L http://git.str8.biz/mj/zsh-config/raw/master/tools/install.sh | sh +# +# --------------------------------------------------------------------------------------------- +# +# gj@ubuntu4docker:~$ touch install.sh +# gj@ubuntu4docker:~$ rm install.sh && nano install.sh && chmod +x install.sh && ./install.sh +# +################################################################################################ set -e @@ -11,14 +18,14 @@ if [ "$SHELL" != "$(which zsh)" ]; then echo "ok" - sudo apt-get -yq install curl dialog nano zsh + sudo apt-get -yq install curl dialog git nano zsh #sudo apt-get -yq python-setuptools #sudo easy_install pip #sudo pip install virtualenvwrapper fi -if [ false ]; then +if [ 1 == 2 ]; then mkvirtualenv cb-meteor pip install nodeenv nodeenv -p @@ -30,7 +37,7 @@ if [ ! -n "$ZCNF" ]; then fi if [ ! -n "$ZSH" ]; then - ZSH=$ZCNF/tools/oh-my-zsh + ZSH=$ZCNF/packages/oh-my-zsh fi echo "\033[0;34mCleaning...\033[0m" diff --git a/tools/sys_base_install.sh b/tools/sys_base_install.sh index e033d25..3e34408 100755 --- a/tools/sys_base_install.sh +++ b/tools/sys_base_install.sh @@ -39,7 +39,7 @@ if [ ! -n "$ZCNF" ]; then fi if [ ! -n "$ZSH" ]; then - ZSH=$ZCNF/tools/oh-my-zsh + ZSH=$ZCNF/packages/oh-my-zsh fi #export DEBIAN_FRONTEND=noninteractive