/vagrant-desktop

Primary LanguageShellGNU General Public License v3.0GPL-3.0

vagrant-desktop

Self-installing vagrant-based linux desktop for windows.

Installation

  1. Install Virtualbox, or a virtualization environment of your choice, though I recommend Virtualbox.

  2. Install Vagrant.

  3. Install the required Vagrant plugins:

    $ vagrant plugin install vagrant-hosts-provisioner
    $ vagrant plugin install vagrant-hosts
    $ vagrant plugin install vagrant-vbguest

Usage

$ vagrant up

Additional notes

vagrant-desktop currently uses (sadly, hardcoded) my version of dotfiles. You can easily replace it with your own version or simply comment it out, though.