├── .bashrc.d ├── add-flatpak-remote ├── fedora-to-flatpak └── silverblue-misc ├── LICENSE ├── README.md └── install.sh /.bashrc.d/add-flatpak-remote: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cassidyjames/formillion/HEAD/.bashrc.d/add-flatpak-remote -------------------------------------------------------------------------------- /.bashrc.d/fedora-to-flatpak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cassidyjames/formillion/HEAD/.bashrc.d/fedora-to-flatpak -------------------------------------------------------------------------------- /.bashrc.d/silverblue-misc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cassidyjames/formillion/HEAD/.bashrc.d/silverblue-misc -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cassidyjames/formillion/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cassidyjames/formillion/HEAD/README.md -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cassidyjames/formillion/HEAD/install.sh --------------------------------------------------------------------------------