├── 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.png └── neocat.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/LICENSE -------------------------------------------------------------------------------- /Large-Themes/AmongUS/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/AmongUS/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/AmongUS/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/AmongUS/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Anime-Boy/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Anime-Boy/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Anime-Boy/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Anime-Boy/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Anime-Girl/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Anime-Girl/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Anime-Girl/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Anime-Girl/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Animo/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Animo/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Animo/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Animo/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Arch-BTW/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Arch-BTW/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Arch-BTW/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Arch-BTW/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Arch-OLD/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Arch-OLD/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Astronaut/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Astronaut/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Astronaut/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Astronaut/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Avengers/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Avengers/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Avengers/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Avengers/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Azur/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Azur/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Azur/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Azur/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/BatMan/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/BatMan/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/BatMan/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/BatMan/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Baymax/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Baymax/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Baymax/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Baymax/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Bill-Cipher/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Bill-Cipher/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Bill-Cipher/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Bill-Cipher/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Cake-Man/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Cake-Man/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Cake-Man/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Cake-Man/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Cat/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Cat/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Cat/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Cat/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Creeper/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Creeper/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Creeper/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Creeper/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/CryingTroll/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/CryingTroll/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/CryingTroll/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/CryingTroll/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/DeadPool/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/DeadPool/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/DeadPool/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/DeadPool/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Death/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Death/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Death/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Death/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Default/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Default/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Dipper/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Dipper/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Dipper/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Dipper/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Dog/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Dog/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Dog/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Dog/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/F/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/F/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/F/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/F/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Garfield/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Garfield/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Garfield/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Garfield/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/GigaChad/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/GigaChad/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/GigaChad/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/GigaChad/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Heisenberg/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Heisenberg/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Heisenberg/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Heisenberg/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Hello-Kitty/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Hello-Kitty/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Hello-Kitty/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Hello-Kitty/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Inspector-Gadget/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Inspector-Gadget/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Inspector-Gadget/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Inspector-Gadget/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Joker/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Joker/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Joker/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Joker/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Mai/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Mai/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Mai/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Mai/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/MetoCat/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/MetoCat/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/MetoCat/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/MetoCat/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Naruto-Konaha/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Naruto-Konaha/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Naruto-Konaha/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Naruto-Konaha/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/One-Piece/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/One-Piece/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/One-Piece/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/One-Piece/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Origami/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Origami/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Origami/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Origami/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/PatRick/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/PatRick/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/PatRick/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/PatRick/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Pentagram/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Pentagram/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Pentagram/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Pentagram/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Pikachu/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Pikachu/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Pikachu/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Pikachu/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Pixar-Lamp/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Pixar-Lamp/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Pixar-Lamp/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Pixar-Lamp/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Pony/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Pony/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Pony/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Pony/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Red-Green/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Red-Green/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Rick-Roll/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Rick-Roll/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Rick-Roll/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Rick-Roll/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Rock/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Rock/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Rock/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Rock/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Saturn/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Saturn/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Saturn/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Saturn/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Simpsons/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Simpsons/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Simpsons/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Simpsons/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Sonic/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Sonic/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Sonic/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Sonic/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Soviet/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Soviet/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Soviet/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Soviet/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Spider-Man/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Spider-Man/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Spider-Man/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Spider-Man/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Superman/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Superman/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Superman/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Superman/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Suse-Icons/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Suse-Icons/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Suse-Icons/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Suse-Icons/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Tux/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Tux/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Ubuntu-OLD/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Ubuntu-OLD/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Venom/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Venom/neofetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Venom/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Venom/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/Windows-7/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/Windows-7/neofetch/config.conf -------------------------------------------------------------------------------- /Large-Themes/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Large-Themes/start.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/README.md -------------------------------------------------------------------------------- /Small-Themes/8-Bit/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/8-Bit/neofetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/8-Bit/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/8-Bit/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/Alien/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Alien/neofetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/Alien/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Alien/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/Archtozz/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Archtozz/neofetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/Archtozz/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Archtozz/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/Awesome/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Awesome/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/Cocktail/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Cocktail/neofetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/Cocktail/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Cocktail/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/Crocodile/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Crocodile/neofetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/Crocodile/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Crocodile/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/Debiatozz/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Debiatozz/neofetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/Debiatozz/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Debiatozz/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/Default/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Default/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/Dino-Rex/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Dino-Rex/neofetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/Dino-Rex/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Dino-Rex/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/Dinosaurs/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Dinosaurs/neofetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/Dinosaurs/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Dinosaurs/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/Dog/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Dog/neofetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/Dog/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Dog/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/Duck/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Duck/neofetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/Duck/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Duck/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/Fast-Snail/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Fast-Snail/neofetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/Fast-Snail/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Fast-Snail/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/Fedortozz/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Fedortozz/neofetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/Fedortozz/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Fedortozz/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/Giraffe/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Giraffe/neofetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/Giraffe/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Giraffe/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/KittyCat/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/KittyCat/neofetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/KittyCat/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/KittyCat/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/Loki-Ranger/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Loki-Ranger/neofetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/Loki-Ranger/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Loki-Ranger/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/MetoSpace/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/MetoSpace/neofetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/MetoSpace/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/MetoSpace/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/MotorCycle/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/MotorCycle/neofetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/MotorCycle/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/MotorCycle/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/OWL/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/OWL/neofetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/OWL/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/OWL/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/Palm/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Palm/neofetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/Palm/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Palm/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/Phone/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Phone/neofetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/Phone/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Phone/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/Play-Boy/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Play-Boy/neofetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/Play-Boy/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Play-Boy/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/Robo-Dog/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Robo-Dog/neofetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/Robo-Dog/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Robo-Dog/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/Sheriff/neofetch/ascii.txt: -------------------------------------------------------------------------------- 1 | _/ \_ 2 | (҂`_´) 3 | <, ╦╤─ ҉ - - 4 | _/ \_ -------------------------------------------------------------------------------- /Small-Themes/Sheriff/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Sheriff/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/Simba/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Simba/neofetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/Simba/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Simba/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/Skull/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Skull/neofetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/Skull/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Skull/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/Small-Buntu/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Small-Buntu/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/Smile/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Smile/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/Snake/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Snake/neofetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/Snake/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Snake/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/SpongeBob/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/SpongeBob/neofetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/SpongeBob/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/SpongeBob/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/Truck/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Truck/neofetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/Truck/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Truck/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/Tux/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Tux/neofetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/Tux/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/Tux/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/UWU/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/UWU/neofetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/UWU/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/UWU/neofetch/config.conf -------------------------------------------------------------------------------- /Small-Themes/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Small-Themes/start.sh -------------------------------------------------------------------------------- /Termux-Themes/Alien/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/Alien/neofetch/ascii.txt -------------------------------------------------------------------------------- /Termux-Themes/Alien/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/Alien/neofetch/config.conf -------------------------------------------------------------------------------- /Termux-Themes/Cocktail/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/Cocktail/neofetch/ascii.txt -------------------------------------------------------------------------------- /Termux-Themes/Cocktail/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/Cocktail/neofetch/config.conf -------------------------------------------------------------------------------- /Termux-Themes/Crocodile/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/Crocodile/neofetch/ascii.txt -------------------------------------------------------------------------------- /Termux-Themes/Crocodile/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/Crocodile/neofetch/config.conf -------------------------------------------------------------------------------- /Termux-Themes/Default/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/Default/neofetch/config.conf -------------------------------------------------------------------------------- /Termux-Themes/Dino-Rex/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/Dino-Rex/neofetch/ascii.txt -------------------------------------------------------------------------------- /Termux-Themes/Dino-Rex/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/Dino-Rex/neofetch/config.conf -------------------------------------------------------------------------------- /Termux-Themes/Duck/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/Duck/neofetch/ascii.txt -------------------------------------------------------------------------------- /Termux-Themes/Duck/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/Duck/neofetch/config.conf -------------------------------------------------------------------------------- /Termux-Themes/Fast-Snail/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/Fast-Snail/neofetch/ascii.txt -------------------------------------------------------------------------------- /Termux-Themes/Fast-Snail/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/Fast-Snail/neofetch/config.conf -------------------------------------------------------------------------------- /Termux-Themes/Loki-Ranger/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/Loki-Ranger/neofetch/ascii.txt -------------------------------------------------------------------------------- /Termux-Themes/Loki-Ranger/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/Loki-Ranger/neofetch/config.conf -------------------------------------------------------------------------------- /Termux-Themes/MotorCycle/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/MotorCycle/neofetch/ascii.txt -------------------------------------------------------------------------------- /Termux-Themes/MotorCycle/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/MotorCycle/neofetch/config.conf -------------------------------------------------------------------------------- /Termux-Themes/OWL/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/OWL/neofetch/ascii.txt -------------------------------------------------------------------------------- /Termux-Themes/OWL/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/OWL/neofetch/config.conf -------------------------------------------------------------------------------- /Termux-Themes/Palm/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/Palm/neofetch/ascii.txt -------------------------------------------------------------------------------- /Termux-Themes/Palm/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/Palm/neofetch/config.conf -------------------------------------------------------------------------------- /Termux-Themes/Phone/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/Phone/neofetch/ascii.txt -------------------------------------------------------------------------------- /Termux-Themes/Phone/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/Phone/neofetch/config.conf -------------------------------------------------------------------------------- /Termux-Themes/Simba/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/Simba/neofetch/ascii.txt -------------------------------------------------------------------------------- /Termux-Themes/Simba/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/Simba/neofetch/config.conf -------------------------------------------------------------------------------- /Termux-Themes/Small-Buntu/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/Small-Buntu/neofetch/config.conf -------------------------------------------------------------------------------- /Termux-Themes/Smile/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/Smile/neofetch/config.conf -------------------------------------------------------------------------------- /Termux-Themes/Snake/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/Snake/neofetch/ascii.txt -------------------------------------------------------------------------------- /Termux-Themes/Snake/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/Snake/neofetch/config.conf -------------------------------------------------------------------------------- /Termux-Themes/SpongeBob/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/SpongeBob/neofetch/ascii.txt -------------------------------------------------------------------------------- /Termux-Themes/SpongeBob/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/SpongeBob/neofetch/config.conf -------------------------------------------------------------------------------- /Termux-Themes/Truck/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/Truck/neofetch/ascii.txt -------------------------------------------------------------------------------- /Termux-Themes/Truck/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/Truck/neofetch/config.conf -------------------------------------------------------------------------------- /Termux-Themes/Tux/neofetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/Tux/neofetch/ascii.txt -------------------------------------------------------------------------------- /Termux-Themes/Tux/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/Termux-Themes/Tux/neofetch/config.conf -------------------------------------------------------------------------------- /backup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/backup.sh -------------------------------------------------------------------------------- /install-icons.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/install-icons.sh -------------------------------------------------------------------------------- /neocat-termux.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/neocat-termux.sh -------------------------------------------------------------------------------- /neocat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/neocat.png -------------------------------------------------------------------------------- /neocat.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/NeoCat/HEAD/neocat.sh --------------------------------------------------------------------------------