Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexandrecarlton/vagrantfiles
- Owner: AlexandreCarlton
- Created: 2017-03-18T03:46:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-18T04:09:41.000Z (almost 8 years ago)
- Last Synced: 2024-10-30T07:56:57.775Z (2 months ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.