Setup some test folders/repos in the VMs for easier testing
This commit is contained in:
parent
4331ed2dd1
commit
a4a8afb203
5 changed files with 56 additions and 1 deletions
|
@ -24,4 +24,7 @@ antigen apply
|
|||
mkdir ~/antigen
|
||||
curl -qL https://raw.githubusercontent.com/zsh-users/antigen/master/antigen.zsh > ~/antigen/antigen.zsh
|
||||
source ~/antigen/antigen.zsh
|
||||
|
||||
# setup environment
|
||||
/vagrant_data/test-vm-providers/setup-environment.sh
|
||||
)
|
||||
|
|
|
@ -28,4 +28,6 @@ plugins=(git rake ruby)
|
|||
source $ZSH/oh-my-zsh.sh
|
||||
' > $HOME/.zshrc
|
||||
|
||||
# setup environment
|
||||
/vagrant_data/test-vm-providers/setup-environment.sh
|
||||
)
|
||||
|
|
|
@ -23,4 +23,7 @@ chmod 440 /etc/sudoers.d/$NEW_USER
|
|||
|
||||
ln -s /vagrant_data/powerlevel9k.zsh-theme ~/.zprezto/modules/prompt/functions/prompt_powerlevel9k_setup
|
||||
sed -i "s/theme\ 'sorin'/theme\ 'powerlevel9k'/g" ~/.zpreztorc
|
||||
|
||||
# setup environment
|
||||
/vagrant_data/test-vm-providers/setup-environment.sh
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue