https://github.com/rhino-linux/rhino-setup
Setup wizard for Rolling Rhino
https://github.com/rhino-linux/rhino-setup
hacktoberfest rolling-rhino rust setup-wizard
Last synced: 13 days ago
JSON representation
Setup wizard for Rolling Rhino
- Host: GitHub
- URL: https://github.com/rhino-linux/rhino-setup
- Owner: rhino-linux
- License: gpl-3.0
- Created: 2022-10-08T17:28:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T19:00:10.000Z (about 1 month ago)
- Last Synced: 2025-04-09T19:46:29.532Z (about 1 month ago)
- Topics: hacktoberfest, rolling-rhino, rust, setup-wizard
- Language: Rust
- Homepage:
- Size: 2.3 MB
- Stars: 20
- Watchers: 2
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
### Issues Tracker
To report issues or propose new features for this repository, visit [our tracker](https://github.com/rhino-linux/tracker).
Rhino Setup
Setup wizard for Rhino Linux
## 🔱 Info
Setup wizard for [Rhino Linux](https://rollinglinux.org/) written in Rust. Inspired by [VanillaOS's setup wizard](https://github.com/Vanilla-OS/first-setup)
## 🌊 Features
+ Customize your theme
+ Manage your package managers
+ Configure crash reporting## ⚙️ Building
Install the following dependencies:
* `libgtk-4-dev`
* `libadwaita-1-dev`
* `gettext`
* `desktop-file-utils`
* `rustc`
* `cargo`
* `meson`
* `ninja-build`Run the following commands:
* `meson build` or `meson -D profile=development build`
* `ninja -C build install`## 🗣️ Translation Status
### How you can help
* Work on translations into languages not finished yet by either editing the `po/.po` file, making a new one by running `cp po/rhino-setup.pot po/.po`, or using weblate (https://hosted.weblate.org/projects/rhino-linux/rhino-setup/). Once you have completed or partially completed a po file, make a PR and we will merge it! Our goal is to have as many languages translated as possible due to the amount of people who may not be fluent in English.## 📜 License
```monospace
Copyright (C) 2022-presentThis file is part of Rhino Setup.
Rhino Setup is free software: you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.Rhino Setup is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.You should have received a copy of the GNU General Public License along with
Rhino Setup. If not, see .
```