aboutsummaryrefslogtreecommitdiff
path: root/test-vm/README.md
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2015-07-19 15:45:48 +0300
committerDominik Ritter <dritter03@googlemail.com>2015-07-19 15:45:48 +0300
commit3076c72f2e586f98ff0ffcdf352986bbb7775e94 (patch)
tree0223d8ffefbcb6c522da2eec66556f79550c50d9 /test-vm/README.md
parent3f4a7bcd4c389371b21d4af9e5b5dbe562094c20 (diff)
parent83584894703039a4337b1f7d7b969992ea4cb9c9 (diff)
Merge branch 'master' into dritter/multiline_improvements
Diffstat (limited to 'test-vm/README.md')
-rw-r--r--test-vm/README.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/test-vm/README.md b/test-vm/README.md
new file mode 100644
index 00000000..9f0861e9
--- /dev/null
+++ b/test-vm/README.md
@@ -0,0 +1,25 @@
+# Test-VM for powerlevel9k
+
+In this virtual machine you will find a recent ubuntu with preinstalled ZSH, oh-my-zsh, antigen, prezto and - of course - powerlevel9k. The main use-case is to test the powerlevel9k theme.
+
+## Installation
+
+In order to run this virtual machine, you need [vagrant](https://www.vagrantup.com/) and [VirtualBox](http://www.virtualbox.org/).
+
+## Running
+
+`vagrant` is a quite easy to use command line tool to configure a virtual machine. To fire the machine up, just run `vagrant up`. At the first run, it will install a whole ubuntu. With `vagrant ssh` you can log in into the machine.
+
+## Testing
+
+Once you have SSH'd into the machine, you'll see a plain ZSH. To test the other frameworks, you just have to switch to one of the following users:
+
+ * `vagrant-antigen`
+ * `vagrant-prezto`
+ * `vagrant-omz`
+
+To switch use `sudo -i -H -u <USERNAME>`. `-i` stands for "simulate initial login", `-H` sets the "$HOME" variable to the directory of the user , `-u` for the username.
+
+All users have `vagrant` as password and are in the /etc/sudoers.
+
+The regular `vagrant` user has a plain ZSH with the powerlevel9k theme.