Bondi is a app/game launcher made in C.
To install Bondi open a terminal and run the following command. You can also find the program here.
echo "Installing" && wget https://raw.githubusercontent.com/HttpAnimation/Bondi/main/CVInstallNewest.bash && chmod +x CVInstallNewest.bash && bash CVInstallNewest.bash && rm CVInstallNewest.bash
To open Bondi you can eitehr double click the app if your distro and window manager surrports it only tested with KDE and Fedora. Rather then that you can run ./bondi in the terminal.
The config holds all the apps you want Bondi to be able to use. To edit your config open the file Data.conf.
NameOfTheApp : LaunchCommand
If you would like to compile from source follow these instructions.
To install the needed packages open a terminal and run the following commands.
- Update
sudo dnf update
- Install gcc
sudo dnf install gcc
- Intall gtk3-devel
sudo dnf install gtk3-devel
- Clone the repo with stable data.
git clone -b stable https://github.com/HttpAnimation/Bondi.git
- Enter the repo
cd Bondi
- Allow the script to run.
chmod +x Compile.bash
- Compile
./Compile.bash
Right now none