more vagrant stuff

This commit is contained in:
Dax T. Games
2023-03-15 08:17:18 -04:00
parent d73f9592d8
commit 324aaf74f2
6 changed files with 84 additions and 74 deletions

2
Vagrantfile vendored
View File

@ -190,4 +190,6 @@ Vagrant.configure("2") do |config|
config.vm.provision "file", source: "./scripts/windows_terminal_settings.json.default", destination: "windows_terminal_settings.json.default"
config.vm.provision "file", source: "./scripts/windows_terminal_state.json.default", destination: "windows_terminal_state.json.default"
config.vm.provision "shell", path: './scripts/vagrantscript.ps1'
config.vm.provision "shell", path: './vendor/bin/add-vscodeprofile.ps1'
config.vm.provision "shell", path: './vendor/bin/add-windowsterminalprofiles.ps1'
end