├── LICENSE ├── Large-Themes ├── Anime-Boy │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc ├── Anime-Girl │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc ├── Arch │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc ├── BatMan │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc ├── Cat │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc ├── DeadPool │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc ├── Death │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc ├── Fedora │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc ├── Groups │ └── fastfetch │ │ └── config.jsonc ├── Home │ └── fastfetch │ │ └── config.jsonc ├── Hyprland │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc ├── Jurassic │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc ├── MetoCat │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc ├── Origami │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc ├── Pentagram │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc ├── Rose │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc ├── Saturn │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc ├── Scorpion │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc ├── Simpsons │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc ├── Spider-Man │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc ├── Stars │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc ├── Superman │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc ├── Suse-Icons │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc ├── Triangle │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc ├── Yandere-Girl │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc └── start.sh ├── PREVIEW-THEMES.md ├── README.md ├── Small-Themes ├── Arch │ └── fastfetch │ │ └── config.jsonc ├── Blocks │ └── fastfetch │ │ └── config.jsonc ├── Bunny │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc ├── Cat │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc ├── Cocktail │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc ├── Coffee │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc ├── Duck │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc ├── Fast-Snail │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc ├── Giraffe │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc ├── MetoSpace │ └── fastfetch │ │ └── config.jsonc ├── Minimal │ └── fastfetch │ │ └── config.jsonc ├── OWL │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc ├── Palm │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc ├── Robo-Dog │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc ├── Sheriff │ └── fastfetch │ │ ├── ascii.txt │ │ └── config.jsonc └── start.sh ├── Visuals-Themes ├── Dragonball │ └── fastfetch │ │ ├── config.jsonc │ │ └── goku.png ├── One-Piece │ └── fastfetch │ │ ├── config.jsonc │ │ └── image.png ├── Xenia │ └── fastfetch │ │ ├── config.jsonc │ │ └── image.png └── start.sh ├── backup.sh ├── fastcat.sh └── install-icons.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/LICENSE -------------------------------------------------------------------------------- /Large-Themes/Anime-Boy/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Anime-Boy/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Anime-Boy/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Anime-Boy/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Large-Themes/Anime-Girl/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Anime-Girl/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Anime-Girl/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Anime-Girl/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Large-Themes/Arch/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Arch/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Arch/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Arch/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Large-Themes/BatMan/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/BatMan/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/BatMan/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/BatMan/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Large-Themes/Cat/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Cat/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Cat/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Cat/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Large-Themes/DeadPool/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/DeadPool/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/DeadPool/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/DeadPool/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Large-Themes/Death/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Death/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Death/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Death/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Large-Themes/Fedora/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Fedora/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Fedora/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Fedora/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Large-Themes/Groups/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Groups/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Large-Themes/Home/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Home/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Large-Themes/Hyprland/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Hyprland/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Hyprland/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Hyprland/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Large-Themes/Jurassic/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Jurassic/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Jurassic/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Jurassic/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Large-Themes/MetoCat/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/MetoCat/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/MetoCat/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/MetoCat/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Large-Themes/Origami/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Origami/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Origami/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Origami/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Large-Themes/Pentagram/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Pentagram/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Pentagram/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Pentagram/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Large-Themes/Rose/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Rose/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Rose/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Rose/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Large-Themes/Saturn/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Saturn/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Saturn/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Saturn/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Large-Themes/Scorpion/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Scorpion/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Scorpion/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Scorpion/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Large-Themes/Simpsons/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Simpsons/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Simpsons/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Simpsons/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Large-Themes/Spider-Man/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Spider-Man/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Spider-Man/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Spider-Man/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Large-Themes/Stars/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Stars/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Stars/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Stars/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Large-Themes/Superman/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Superman/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Superman/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Superman/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Large-Themes/Suse-Icons/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Suse-Icons/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Suse-Icons/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Suse-Icons/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Large-Themes/Triangle/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Triangle/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Triangle/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Triangle/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Large-Themes/Yandere-Girl/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Yandere-Girl/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Large-Themes/Yandere-Girl/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/Yandere-Girl/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Large-Themes/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Large-Themes/start.sh -------------------------------------------------------------------------------- /PREVIEW-THEMES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/PREVIEW-THEMES.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/README.md -------------------------------------------------------------------------------- /Small-Themes/Arch/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Small-Themes/Arch/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Small-Themes/Blocks/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Small-Themes/Blocks/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Small-Themes/Bunny/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Small-Themes/Bunny/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/Bunny/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Small-Themes/Bunny/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Small-Themes/Cat/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Small-Themes/Cat/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/Cat/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Small-Themes/Cat/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Small-Themes/Cocktail/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Small-Themes/Cocktail/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/Cocktail/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Small-Themes/Cocktail/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Small-Themes/Coffee/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Small-Themes/Coffee/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/Coffee/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Small-Themes/Coffee/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Small-Themes/Duck/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Small-Themes/Duck/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/Duck/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Small-Themes/Duck/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Small-Themes/Fast-Snail/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Small-Themes/Fast-Snail/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/Fast-Snail/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Small-Themes/Fast-Snail/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Small-Themes/Giraffe/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Small-Themes/Giraffe/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/Giraffe/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Small-Themes/Giraffe/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Small-Themes/MetoSpace/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Small-Themes/MetoSpace/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Small-Themes/Minimal/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Small-Themes/Minimal/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Small-Themes/OWL/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Small-Themes/OWL/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/OWL/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Small-Themes/OWL/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Small-Themes/Palm/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Small-Themes/Palm/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/Palm/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Small-Themes/Palm/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Small-Themes/Robo-Dog/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Small-Themes/Robo-Dog/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/Robo-Dog/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Small-Themes/Robo-Dog/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Small-Themes/Sheriff/fastfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Small-Themes/Sheriff/fastfetch/ascii.txt -------------------------------------------------------------------------------- /Small-Themes/Sheriff/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Small-Themes/Sheriff/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Small-Themes/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Small-Themes/start.sh -------------------------------------------------------------------------------- /Visuals-Themes/Dragonball/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Visuals-Themes/Dragonball/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Visuals-Themes/Dragonball/fastfetch/goku.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Visuals-Themes/Dragonball/fastfetch/goku.png -------------------------------------------------------------------------------- /Visuals-Themes/One-Piece/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Visuals-Themes/One-Piece/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Visuals-Themes/One-Piece/fastfetch/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Visuals-Themes/One-Piece/fastfetch/image.png -------------------------------------------------------------------------------- /Visuals-Themes/Xenia/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Visuals-Themes/Xenia/fastfetch/config.jsonc -------------------------------------------------------------------------------- /Visuals-Themes/Xenia/fastfetch/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Visuals-Themes/Xenia/fastfetch/image.png -------------------------------------------------------------------------------- /Visuals-Themes/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/Visuals-Themes/start.sh -------------------------------------------------------------------------------- /backup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/backup.sh -------------------------------------------------------------------------------- /fastcat.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/fastcat.sh -------------------------------------------------------------------------------- /install-icons.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m3tozz/FastCat/HEAD/install-icons.sh --------------------------------------------------------------------------------