This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

24 1 0

Clone this repository

https://tangled.org/patrick.sirref.org/shelter https://tangled.org/did:plc:7bundfse2y4wwof45boutl32
git@git.recoil.org:patrick.sirref.org/shelter git@git.recoil.org:did:plc:7bundfse2y4wwof45boutl32

For self-hosted knots, clone URLs may differ based on your setup.



README.md

shelter#

A shell session shim that makes exploring from the terminal a little bit easier.

Up and running#

To test shelter locally you feel need a ZFS pool, for now you must name it shelter.

$ truncate --size=10G /var/shelter.img
$ sudo zpool create shelter /var/shelter.img 
$ sudo -E dune exec -- shelter

Sometimes you want to just restart the world.

$ sudo zpool destroy shelter && sudo zpool create shelter /var/shelter.img && sudo rm -rf ~/.cache/shelter

Shl files#

You can run both the main shelter program and the passthrough mode via a series of actions in a .shl file.