Skip to content

Instantly share code, notes, and snippets.

@alimac
alimac / vagrant-d8.sh
Created November 3, 2014 05:54
Vagrant shell provisioner for Drupal 8 development environment
#!/bin/bash
# Install Drupal 8 Development Environment
# update apt
sudo apt-get update -y
# install development tools
sudo apt-get install curl git vim -y