https://github.com/axel-damage/faster
Fastfetch configuration script
https://github.com/axel-damage/faster
command-line fastfetch neofetch terminal
Last synced: 4 months ago
JSON representation
Fastfetch configuration script
- Host: GitHub
- URL: https://github.com/axel-damage/faster
- Owner: Axel-DaMage
- License: mit
- Created: 2024-12-30T18:18:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-15T23:43:38.000Z (over 1 year ago)
- Last Synced: 2025-09-03T07:51:33.668Z (10 months ago)
- Topics: command-line, fastfetch, neofetch, terminal
- Language: Python
- Homepage:
- Size: 63.5 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Faster
 

Note: This project is still under development, If you encounter any errors, please go to the issues section and create a new issue.
There are no official releases.
Faster is an easy-to-use script that configures FastFetch for you.
FEATURES
* Pre-configured files easy to setup
* Create your own theme based on any combination possible from our pre-configured files
* Reset FastFetch configuration to default
SETUP
Use your preferred package manager to install dependencies:
```
apt install Python3
apt install lolcat
apt install git
```
Clone repository:
```
git clone https://github.com/Axel-DaMage/Faster
```
Access cloned repository:
```
cd Faster
```
USAGE
Run the script strictly from the directory:
```
python3 faster_wizard.py
```
once the script is executed you will see 5 options:
```
#1
```
gives a list of every pre-config file for you to choose, select one and you will se it on the terminal.
```
#2
```
gives you the option of selecting diferent components, once done generates an output of your own theme on the terminal.
```
#3
```
Reset to the default theme in fastfetch,
```
#4
```
gives you the option of selecting a distro ASCII, ASCII archive or image to put in your config file.
```
#5
```
ends the script.
LICENSE
This script is under MIT licence for more information visit [LICENSE.md](LICENSE.md)