Skip to content

Installation Guide

Skyper edited this page Feb 18, 2019 · 3 revisions

Downloading the Formula

This formula is designed to be used on a Qubes OS. Since every application runs inside a VM in Qubes OS, the formula has to be downloaded by a VM and then copied to dom0.

You can download the formula via either Git or HTTPS:

  • Using Git:

      git clone [email protected]:SkypLabs/my-qubes-os-formula.git
    
  • Using HTTPS:

      wget https://github.com/SkypLabs/my-qubes-os-formula/archive/master.zip
      unzip master.zip
    

Copying the Formula to dom0

Once the formula downloaded, you need to copy it to dom0. The method is described on this page.

Enabling the Top File

The formula is composed of a top file and several states. Before being able to use the formula, you need to enable the top file (from dom0's console):

sudo qubesctl top.enable my-config

Using the formula

This page describes how to use the formula.