You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
273 B
9 lines
273 B
7 years ago
|
#!/usr/bin/zsh
|
||
|
|
||
|
echo 'LANG=en_US.UTF-8' >! ~/.zshrc
|
||
|
echo 'source /vagrant_data/powerlevel9k.zsh-theme' >> ~/.zshrc
|
||
|
|
||
|
echo 'echo "Have a look at the ~/p9k folder for prepared test setups."' >> ~/.zshrc
|
||
|
|
||
|
# setup environment
|
||
|
/vagrant_data/test-vm-providers/setup-environment.sh
|