https://github.com/krisleech/lean-debian-dev-machine
Ansible playbook to provision a lean Debian development machine
https://github.com/krisleech/lean-debian-dev-machine
Last synced: 9 months ago
JSON representation
Ansible playbook to provision a lean Debian development machine
- Host: GitHub
- URL: https://github.com/krisleech/lean-debian-dev-machine
- Owner: krisleech
- Created: 2017-05-25T18:39:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-25T18:40:17.000Z (about 9 years ago)
- Last Synced: 2025-09-08T16:12:51.589Z (9 months ago)
- Language: Shell
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ultra Lean Development Machine
A simple and quick way to provision an ultra lean development machine.
Tested with:
* Ansible 2.1
* Debian 8 (Jessie)
[](https://www.youtube.com/watch?v=Ql4hYROBqSY)
## Features
- xorg + i3
- vim, git etc.
After logging in to your machine type `startx` to begin a GUI session using
i3 as the window manager.
## Configure
Edit `vars.yml` and change the `user` var:
```yaml
user: kris
```
## Usage
Install everything:
ansible-playbook -K -v setup.yml
## Vagrant/VirtualBox
```
vagrant up --provision
```