Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexandrecarlton/vagrantfiles

A collection of Vagrantfiles to experiment with Linux Distros
https://github.com/alexandrecarlton/vagrantfiles

Last synced: 17 days ago
JSON representation

A collection of Vagrantfiles to experiment with Linux Distros

Awesome Lists containing this project

README

        

# Vagrantfiles

A collection of Vagrantfiles I use to experiment with new Linux distributions.

## Setting up

```bash
$ git clone https://github.com/AlexandreCarlton/Vagrantfiles.git
$ cp -r Vagrantfiles/.vagrant.d ~/.vagrant.d
$ vagrant plugin install vagrant-cachier vagrant-vbguest
```

## Vagrant plugins

Some plugins that I deem to be applicable in any Vagrant use-case:

- [vagrant-cachier](https://github.com/fgrehm/vagrant-cachier) - reduces the
amount of coffee you drink while waiting for boxes to be provisioned by
sharing a common package cache among similar VM instances.

- [vagrant-vbguest](https://github.com/dotless-de/vagrant-vbguest) -
automatically installs the host's VirtualBox Guest Additions on the guest
system.