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

https://github.com/elmisback/dev-env

my old, unnecessarily complicated development environment
https://github.com/elmisback/dev-env

Last synced: 5 months ago
JSON representation

my old, unnecessarily complicated development environment

Awesome Lists containing this project

README

          

# Setup

## Vagrant VM
Make sure you like the synced folders in the `Vagrantfile`.

Start and provision the VM with `vagrant up`.

You can re-provision with `vagrant provision` outside the VM or `make vagrant base`
in this directory inside the VM.

## Native
Install dependencies first:
```bash
$ sudo apt-get install -y git ansible make
```

Then [generate an ssh key](https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/) if necessary, [add it to github](https://github.com/settings/keys), and
```bash
$ git clone git@github.com:elmisback/dev-env
$ cd dev-env
$ make # Provision
```

# Post-setup

Make sure you're in a terminal that can copy text to the clipboard. Initialize drive:
```
init ~/gdrive
```