aboutsummaryrefslogtreecommitdiff
path: root/test-vm
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2017-03-07 22:09:59 +0300
committerDominik Ritter <dritter03@googlemail.com>2017-03-08 01:41:53 +0300
commit51296239eb8b0fc5826d1aecb9473755f09a829f (patch)
treed6e0728e281abb5322aa99f1738a60eaa3a9f2c6 /test-vm
parent51d971a032c20295ec811a41f71f3f4b48a95827 (diff)
Move plain.sh provisioner to a shared folder
Diffstat (limited to 'test-vm')
-rw-r--r--test-vm/Vagrantfile2
-rw-r--r--test-vm/plain.sh3
2 files changed, 1 insertions, 4 deletions
diff --git a/test-vm/Vagrantfile b/test-vm/Vagrantfile
index ee53fcdf..a421c706 100644
--- a/test-vm/Vagrantfile
+++ b/test-vm/Vagrantfile
@@ -16,7 +16,7 @@ Vagrant.configure(2) do |config|
# Bootstrap
config.vm.provision :shell, path: "bootstrap.sh", privileged: false
- config.vm.provision :shell, path: "plain.sh", privileged: false
+ config.vm.provision :shell, path: "../test-vm-providers/plain.sh", privileged: false
config.vm.provision :shell, path: "antigen.sh"
config.vm.provision :shell, path: "prezto.sh"
config.vm.provision :shell, path: "omz.sh"
diff --git a/test-vm/plain.sh b/test-vm/plain.sh
deleted file mode 100644
index 9c8445f4..00000000
--- a/test-vm/plain.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/zsh
-
-echo 'source /vagrant_data/powerlevel9k.zsh-theme' > ~/.zshrc