/dev-box-linux

Primary LanguageShellMIT LicenseMIT

My linux development environment

This repository automates the setup of my linux development environment

Requirements

Automation is built around Vagrant.
Others requirements are:

or

How To Build The Virtual Machine

Building the virtual machine is this easy:

git clone https://github.com/melkio/dev-box-linux.git helsinki
cd helsinki/
cp ~/.ssh/id_rsa* .
vagrant up

That's it.

RAM and CPUs

By default, the VM starts with 8 GB of RAM and 2 CPUs.