mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-04-11 07:15:31 +00:00
moved etc into usr folder
This commit is contained in:
10
files/system/usr/etc/skel/.tmux/plugins/tmux-yank/Vagrantfile
vendored
Normal file
10
files/system/usr/etc/skel/.tmux/plugins/tmux-yank/Vagrantfile
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
VAGRANTFILE_API_VERSION = '2'
|
||||
|
||||
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
config.vm.box = 'precise32'
|
||||
config.vm.box_url = 'http://files.vagrantup.com/precise32.box'
|
||||
|
||||
config.vm.provision 'shell', path: 'vagrant_provisioning.sh'
|
||||
|
||||
config.ssh.forward_x11 = true
|
||||
end
|
||||
Reference in New Issue
Block a user