mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 17:59:11 +08:00
cleanup
This commit is contained in:
parent
c56559873c
commit
f318bcc1b5
6
Vagrantfile
vendored
6
Vagrantfile
vendored
@ -187,9 +187,9 @@ Vagrant.configure("2") do |config|
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
config.vm.provision "file", source: "./scripts/windows_terminal_settings.json.default", destination: "windows_terminal_settings.json.default"
|
config.vm.provision "file", source: "./scripts/vagrant/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 "file", source: "./scripts/vagrant/windows_terminal_state.json.default", destination: "windows_terminal_state.json.default"
|
||||||
config.vm.provision "shell", path: './scripts/vagrantscript.ps1'
|
config.vm.provision "shell", path: './scripts/vagrant/add-cmder.ps1'
|
||||||
config.vm.provision "shell", path: './vendor/bin/add-vscodeprofile.ps1'
|
config.vm.provision "shell", path: './vendor/bin/add-vscodeprofile.ps1'
|
||||||
config.vm.provision "shell", path: './vendor/bin/add-windowsterminalprofiles.ps1'
|
config.vm.provision "shell", path: './vendor/bin/add-windowsterminalprofiles.ps1'
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user