https://github.com/tyrcho/devbox
https://github.com/tyrcho/devbox
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tyrcho/devbox
- Owner: tyrcho
- Created: 2018-03-22T21:19:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T07:05:39.000Z (almost 7 years ago)
- Last Synced: 2025-02-13T00:32:17.488Z (4 months ago)
- Language: Shell
- Size: 31.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Automatic provisioning of an ArchLinux devbox
## Use Cases
- edit perso.sh for a different dotfiles repository
- run either
* rebuild.bat (minimalist box)
* rebuild-full.bat (with IntelliJ, Chrome ...) which takes longer to install## :sparkles: Features
- detects if HTTP_PROXY is set on the host, only run proxy configuration on the guest if it is the case
- configure proxy for Chrome and docker
- copy ssh private key from host to guest
- can install IntelliJ with your favorite plugins and configuration (from a git repository)## Requirements
- Vagrant
- VirtualBox## TODO
- use same proxy configuration on the guest system (at the moment you have to edit the proxy.sh file if your environment differs)
- CI to publish the box
- nice to have: change the username of the guest