live-dev-env

A live CD of my personal development environment

UNLICENSE License

Stars
22

Live system of my personal config

Description

This live system has my favorite packages and configuration, including all of my personal dotfiles, and is configured to boot into exactly my preferred development environment.

See the README files in each for all of the keybindings and features. One of the core features is that the window manager can be completely and conveniently driven without a mouse.

Building the system

It's built using Debian's live-build. The configuration assumes you have a local mirror hosted on port 3142 (i.e. apt-cacher-ng). On Debian, or any Debian derivative, install live-build and run these command from the repository.

lb config
sudo lb build

Root permissions are needed due to live-build's chrooting. The build output will be called binary.hybrid.iso.

Motivation