mirror of
https://github.com/cmderdev/cmder.git
synced 2025-07-04 19:13:32 +08:00
more vagrant stuff
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user