rondymesquita / devbox-vagrant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My custom dev box using vagrant

With a collection of bash scripts of common used tools, applications and environments.

Requirements

  • Vagrant: 2.2.9+
  • VirtualBox: 6.0.14+

Configuration

chmod +x configure.sh && ./configure.sh

Up

# Will up without any provisioning
vagrant up

Provision

Any existing file on scripts folder will have a proper provision name.

E.g.: docker.sh file generates docker provision.

vagrant provision --provision-with docker

About


Languages

Language:Shell 100.0%