https://github.com/cassidyjames/formillion
Tools to shape Fedora to better fit me
https://github.com/cassidyjames/formillion
fedora flatpak silverblue
Last synced: about 2 months ago
JSON representation
Tools to shape Fedora to better fit me
- Host: GitHub
- URL: https://github.com/cassidyjames/formillion
- Owner: cassidyjames
- License: unlicense
- Created: 2022-06-23T21:42:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-02T18:04:39.000Z (almost 2 years ago)
- Last Synced: 2025-02-26T17:41:46.202Z (2 months ago)
- Topics: fedora, flatpak, silverblue
- Language: Shell
- Homepage:
- Size: 20.5 KB
- Stars: 21
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Formillion
Tools to shape Fedora to better fit me
## Usage
### add-flatpak-remote (afr)
Add Flatpak user remote(s) with sensible titles for display in GNOME Software. For example:
```sh
afr flathub
```You can also pass in multiple remote names e.g.:
```sh
afr flathub appcenter
```### fedora-to-flathub (f2fh)
Uninstall apps from the Fedora remote and install them from a system-added Flathub remote. For example:
```sh
f2fh org.gnome.Calculator
```You can also pass in multiple Flatpak app IDs, e.g.:
```sh
f2fh org.gnome.Calculator org.gnome.eog
```Or, to do all the Fedora apps in one go (**exprimental**; may unnecessarily uninstall and reinstall non-Fedora Flatpaks!):
```sh
f2fh --all
```## Installation
Copy the `.bashrc.d` folder into your own `~/`.