Skip to content

TogoFire/scripts

Repository files navigation

To setup build environment

Firstly, install git , using the package manager in your distro.

Then, run these commands

$ git clone https://github.com/togofire/scripts
$ cd scripts
$ bash setup/<name of script>

android_build_env.sh is for Ubuntu/Mint/Debian/Pop/Zorin/other MEME distributions using the apt package manager.

opensuse.sh is for openSUSE/Gecko/Regata/other distributions using the zypper package manager.

fedora.sh is for Fedora/Nobara/Ultramarine/other distributions using the dnf package manager.

arch-manjaro.sh is for Arch/Manjaro/other distributions using the pacman package manager.

The rest are named as per the distro.

Please run the correct script depending on the distro you have installed!

Enjoy!

Brief explanation of stuff in here

aosip-> some scripts I use for AOSiP.

gerrit -> useful for setting up gerrit and stuff.

github -> some actions on github.

gitlab -> some actions on gitlab.

misc -> stuff.

personal-setup -> scripts to setup git credentials and functions after fresh installation.

push -> scripts to push multiple repos at once if you don't wanna do it manually.

random-html -> generates an index.html with a table with the list of files in current directory.

rr -> some scripts for ResurrectionRemix.

setup -> setup Android Build Environment / Android SDK.