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
- Host: GitHub
- URL: https://github.com/elmisback/dev-env
- Owner: elmisback
- Created: 2015-12-21T17:27:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-01T17:42:39.000Z (over 8 years ago)
- Last Synced: 2025-04-20T01:07:17.455Z (about 1 year ago)
- Language: Makefile
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```