diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2015-06-10 03:31:36 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2015-06-10 03:31:36 +0300 |
commit | 4ad6080d319696dc241791bb5ca3f70db42a135e (patch) | |
tree | dea31a783c47a871eb055571157bbbd6dde75219 /test-vm/plain.sh | |
parent | 1e31869e1307f90148570cd8e96b6aee8b8b223d (diff) |
Added a testing environment in form of a virtual machine.
Diffstat (limited to 'test-vm/plain.sh')
-rw-r--r-- | test-vm/plain.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test-vm/plain.sh b/test-vm/plain.sh new file mode 100644 index 00000000..e2fa6a86 --- /dev/null +++ b/test-vm/plain.sh @@ -0,0 +1,7 @@ +#!/usr/bin/zsh + +git clone https://github.com/bhilburn/powerlevel9k.git + +echo " +source powerlevel9k/powerlevel9k.zsh-theme\n +" > ~/.zshrc |