misheska / darch-recipes

My operating systems, using Darch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Darch recipes

My personal Darch recipes.

Want to use them?

You can boot my images. Each one has a guest account baked in that has no password. WARNING: Booting these essentially gives me full power over your entire computer. You can trust me though :)

Here are the instructions.

1. Install Darch

Instructions here

2. Stage image

# You can checkout my image I use for development.
export IMAGE="development"
# Also, you can try "i3" or "plasma".
sudo darch images pull pauldotknopf/darch-ubuntu-$IMAGE
sudo darch stage pauldotknopf/darch-ubuntu-$IMAGE

3. Reboot and select the grub menu entry

About

My operating systems, using Darch.


Languages

Language:Shell 96.2%Language:Dockerfile 3.8%