thednp / first-setup

This utility is meant to be used in Vanilla OS as a first-setup wizard. It takes care of the user choices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vanilla OS First Setup

This utility is meant to be used in Vanilla OS as a first-setup wizard. Its purpose is to help the user to configure the system to their needs, e.g. by configuring snap, flatpak, flathub, etc.


Stato traduzione

Build

Dependencies

  • build-essential
  • meson
  • libadwaita-1-dev
  • gettext
  • desktop-file-utils

Build

meson build
ninja -C build

Install

sudo ninja -C build install

Run

vanilla-first-setup

Using custom recipes

Place a new recipe in /etc/vanilla-first-setup/recipe.json or launch the utility with the VANILLA_CUSTOM_RECIPE environment variable set to the path of the recipe.

About

This utility is meant to be used in Vanilla OS as a first-setup wizard. It takes care of the user choices.

License:GNU General Public License v3.0


Languages

Language:Python 91.3%Language:Meson 7.4%Language:CSS 1.3%