It makes no sense, to clone the powerlevel9k-theme in all frameworks. Instead, we can simply use the one, which is mounted in /vagrant_data..

This commit is contained in:
Dominik Ritter 2015-06-11 00:58:46 +02:00
commit 3e13603557
5 changed files with 10 additions and 15 deletions

View file

@ -3,7 +3,7 @@
NEW_USER=vagrant-omz
# Create User
PASSWORD='$6$OgLg9v2Z$Db38Jr9inZG7y8BzL8kqFK23fF5jZ7FU1oiIBLFjNYR9XVX03fwQayMgA6Rm1rzLbXaf.gkZaTWhB9pv5XLq11'
sudo useradd -p $PASSWORD -g vagrant -s $(which zsh) -m $NEW_USER
useradd -p $PASSWORD -g vagrant -s $(which zsh) -m $NEW_USER
echo "$NEW_USER ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers.d/$NEW_USER
chmod 440 /etc/sudoers.d/$NEW_USER
@ -16,8 +16,8 @@ chmod 440 /etc/sudoers.d/$NEW_USER
curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
cd ~/.oh-my-zsh/custom
git clone https://github.com/bhilburn/powerlevel9k.git themes/powerlevel9k
mkdir -p ~/.oh-my-zsh/custom/themes
ln -s /vagrant_data ~/.oh-my-zsh/custom/themes/powerlevel9k
echo '
export ZSH=$HOME/.oh-my-zsh