-
Notifications
You must be signed in to change notification settings - Fork 6
Getting started
Aleix Mariné Tena edited this page Jan 18, 2022
·
4 revisions
To start using the Customizer you need to install git in order to clone the repository or download it from our github page.
Clone the repository:
git clone http://github.com/AleixMT/Linux-Auto-Customizer
Or download it from here.
Thebn, decompress the zip file.Now navigate into the repository folder:
cd Linux-Auto-Customizer
You may start using the Customizer to install or uninstall features:
bash src/core/install.sh FEATURE_NAME # To install
bash src/core/uninstall.sh FEATURE_NAME # To uninstall
You can install the customizer binaries so you can access the installation script globally:
bash src/core/install.sh customizer # To install customizer installation scripts
Now you can call the script from any point of your system without navigating to the repository folder:
customizer-install FEATURE_NAME
customizer-uninstall FEATURE_NAME
Best regards, and happy coding :)
- The Linux-Auto-Customizer Team