1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 15:01:59 +01:00
eoli3n-dotfiles/vagrant/archlinux
2018-01-04 20:59:34 +01:00
..
README.md littles fixes 2017-12-27 14:32:59 +01:00
Vagrantfile switch from powerline to airline, from localhost to multiple hosts 2018-01-04 20:59:34 +01:00

Dependencies

  • Vagrant
  • Virtualbox

Provision

This is fully automatised

git clone --recursive https://github.com/eoli3n/dotfiles
cd dotfiles
git checkout <master|dev>
cd vagrant/<archlinx|debian|centos|freebsd>
vagrant up

Test

  • Launch virtualbox GUI, open VM
  • Login in TTY
    • Login : vagrant
    • Password : vagrant
  • startx

Clean after test

  • Suppress Virtualbox VM
cd ~/dotfiles/vagrant/<archlinx|debian|centos|freebsd>
vagrant destroy
  • Suppress Vagrant box
vagrant box list
vagrant box remove <box>