mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-18 13:41:56 +00:00
Move plain.sh provisioner to a shared folder
This commit is contained in:
parent
51d971a032
commit
51296239eb
3 changed files with 4 additions and 4 deletions
3
test-vm-providers/plain.sh
Normal file
3
test-vm-providers/plain.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/zsh
|
||||
|
||||
echo 'source /vagrant_data/powerlevel9k.zsh-theme' > ~/.zshrc
|
2
test-vm/Vagrantfile
vendored
2
test-vm/Vagrantfile
vendored
|
@ -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"
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/zsh
|
||||
|
||||
echo 'source /vagrant_data/powerlevel9k.zsh-theme' > ~/.zshrc
|
Loading…
Reference in a new issue