https://github.com/9seconds/devbox
Development environment I generally use
https://github.com/9seconds/devbox
Last synced: 6 months ago
JSON representation
Development environment I generally use
- Host: GitHub
- URL: https://github.com/9seconds/devbox
- Owner: 9seconds
- License: mit
- Created: 2017-07-08T12:28:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-28T09:39:27.000Z (almost 6 years ago)
- Last Synced: 2025-02-01T06:41:35.948Z (over 1 year ago)
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
devbox
======
There are many devboxes available worldwide but this one has up to date
configuration of such I am using everyday for development. It does not
have any project specific, it just sets up common software for me.
I am primarily develop using Python so this devbox has a lot of Python
specific: pyenv, virtualenvs etc. Also it has preconfigured neovim and
my dotfiles.
Usage is quite simple: just vagrant up it and you are done. All devbox
provisioning is performed using Ansible (2.2 and newer). Main OS is
Ubuntu 16.04 Xenial.
That is basically all. I do not want to create huge readme file on the
usage because, well, it has only one user. But if you find some pieces
useful, feel free to grab.