diff --git a/dotfiles/zshrc.sh b/dotfiles/zshrc.sh index c97e029..b5cf3ba 100644 --- a/dotfiles/zshrc.sh +++ b/dotfiles/zshrc.sh @@ -3,7 +3,7 @@ export GJ_ENV=local_aptproxy # Path to your oh-my-zsh installation. -export ZSH=$ZCFG/packages/oh-my-zsh +export ZSH=$ZCFG/repos/oh-my-zsh export LANG=en_US.UTF-8 diff --git a/packages/oh-my-zsh b/packages/oh-my-zsh deleted file mode 120000 index 6dcb32d..0000000 --- a/packages/oh-my-zsh +++ /dev/null @@ -1 +0,0 @@ -../repos/robbyrussell/oh-my-zsh \ No newline at end of file diff --git a/repos/oh-my-zsh b/repos/oh-my-zsh new file mode 120000 index 0000000..b7630c3 --- /dev/null +++ b/repos/oh-my-zsh @@ -0,0 +1 @@ +robbyrussell/oh-my-zsh \ No newline at end of file diff --git a/tools/install.sh b/tools/install.sh index 7764866..c93123c 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -36,7 +36,7 @@ if [ ! -n "$ZCNF" ]; then fi if [ ! -n "$ZSH" ]; then - ZSH=$ZCNF/packages/oh-my-zsh + ZSH=$ZCNF/repos/oh-my-zsh fi echo "\033[0;34mCleaning...\033[0m" diff --git a/tools/oh-my-zsh b/tools/oh-my-zsh deleted file mode 120000 index 6dcb32d..0000000 --- a/tools/oh-my-zsh +++ /dev/null @@ -1 +0,0 @@ -../repos/robbyrussell/oh-my-zsh \ No newline at end of file diff --git a/tools/sys_base_install.sh b/tools/sys_base_install.sh index 3e34408..17af816 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/packages/oh-my-zsh + ZSH=$ZCNF/repos/oh-my-zsh fi #export DEBIAN_FRONTEND=noninteractive