gitextract_qgi28pkx/ ├── LICENSE ├── Large-Themes/ │ ├── AmongUS/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Anime-Boy/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Anime-Girl/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Animo/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Arch-BTW/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Arch-OLD/ │ │ └── neofetch/ │ │ └── config.conf │ ├── Astronaut/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Avengers/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Azur/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── BatMan/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Baymax/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Bill-Cipher/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Cake-Man/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Cat/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Creeper/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── CryingTroll/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── DeadPool/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Death/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Default/ │ │ └── neofetch/ │ │ └── config.conf │ ├── Dipper/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Dog/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── F/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Garfield/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── GigaChad/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Heisenberg/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Hello-Kitty/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Inspector-Gadget/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Joker/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Mai/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── MetoCat/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Naruto-Konaha/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── One-Piece/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Origami/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── PatRick/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Pentagram/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Pikachu/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Pixar-Lamp/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Pony/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Red-Green/ │ │ └── neofetch/ │ │ └── config.conf │ ├── Rick-Roll/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Rock/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Saturn/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Simpsons/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Sonic/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Soviet/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Spider-Man/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Superman/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Suse-Icons/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Tux/ │ │ └── neofetch/ │ │ └── config.conf │ ├── Ubuntu-OLD/ │ │ └── neofetch/ │ │ └── config.conf │ ├── Venom/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Windows-7/ │ │ └── neofetch/ │ │ └── config.conf │ └── start.sh ├── README.md ├── Small-Themes/ │ ├── 8-Bit/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Alien/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Archtozz/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Awesome/ │ │ └── neofetch/ │ │ └── config.conf │ ├── Cocktail/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Crocodile/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Debiatozz/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Default/ │ │ └── neofetch/ │ │ └── config.conf │ ├── Dino-Rex/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Dinosaurs/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Dog/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Duck/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Fast-Snail/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Fedortozz/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Giraffe/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── KittyCat/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Loki-Ranger/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── MetoSpace/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── MotorCycle/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── OWL/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Palm/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Phone/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Play-Boy/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Robo-Dog/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Sheriff/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Simba/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Skull/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Small-Buntu/ │ │ └── neofetch/ │ │ └── config.conf │ ├── Smile/ │ │ └── neofetch/ │ │ └── config.conf │ ├── Snake/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── SpongeBob/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Truck/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Tux/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── UWU/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ └── start.sh ├── Termux-Themes/ │ ├── Alien/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Cocktail/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Crocodile/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Default/ │ │ └── neofetch/ │ │ └── config.conf │ ├── Dino-Rex/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Duck/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Fast-Snail/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Loki-Ranger/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── MotorCycle/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── OWL/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Palm/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Phone/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Simba/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Small-Buntu/ │ │ └── neofetch/ │ │ └── config.conf │ ├── Smile/ │ │ └── neofetch/ │ │ └── config.conf │ ├── Snake/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── SpongeBob/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ ├── Truck/ │ │ └── neofetch/ │ │ ├── ascii.txt │ │ └── config.conf │ └── Tux/ │ └── neofetch/ │ ├── ascii.txt │ └── config.conf ├── backup.sh ├── install-icons.sh ├── neocat-termux.sh └── neocat.sh