Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

HttpAnimation/Bondi

Repository files navigation

Bondi

Bondi is a app/game launcher made in C.


Installing

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

Usage

Launching

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.

Config's

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

Compiling from source

If you would like to compile from source follow these instructions.

Perrepisites

To install the needed packages open a terminal and run the following commands.

  1. Update
sudo dnf update
  1. Install gcc
sudo dnf install gcc
  1. Intall gtk3-devel
sudo dnf install gtk3-devel
  1. Clone the repo with stable data.
git clone -b stable https://github.com/HttpAnimation/Bondi.git 
  1. Enter the repo
cd Bondi
  1. Allow the script to run.
chmod +x Compile.bash
  1. Compile
./Compile.bash

Debian/Ubuntu based

Right now none