You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<div align="center">
|
|
|
|
<img src="data/icons/hicolor/scalable/apps/org.vanillaos.FirstSetup.svg" height="64">
|
|
|
|
<h1>Vanilla OS First Setup</h1>
|
|
|
|
<p>This utility is meant to be used in <a href="https://github.com/vanilla-os">Vanilla OS</a>
|
|
|
|
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.</p>
|
|
|
|
<hr />
|
|
|
|
<a href="https://hosted.weblate.org/engage/vanilla-os/">
|
|
|
|
<img src="https://hosted.weblate.org/widgets/vanilla-os/-/control-center/svg-badge.svg" alt="Stato traduzione" />
|
|
|
|
</a>
|
|
|
|
<br />
|
|
|
|
<img src="data/screenshot-1.png">
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
## Build
|
|
|
|
### Dependencies
|
|
|
|
- build-essential
|
|
|
|
- meson
|
|
|
|
- libadwaita-1-dev
|
|
|
|
- gettext
|
|
|
|
- desktop-file-utils
|
|
|
|
|
|
|
|
### Build
|
|
|
|
```bash
|
|
|
|
meson build
|
|
|
|
ninja -C build
|
|
|
|
```
|
|
|
|
|
|
|
|
### Install
|
|
|
|
```bash
|
|
|
|
sudo ninja -C build install
|
|
|
|
```
|
|
|
|
|
|
|
|
## Run
|
|
|
|
```bash
|
|
|
|
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.
|