├── LICENSE ├── README.md ├── normal ├── Gildenfetch │ ├── Gildedfetch.png │ └── Gildenfetch.conf ├── acenoster.conf ├── bejkon │ ├── config.conf │ └── logo ├── bejkon2 │ ├── config.conf │ └── logo ├── boxes.conf ├── config.conf ├── config2.conf ├── eldfetch.conf ├── hybridfetch.conf ├── idlifetch.conf ├── kenielf │ ├── ascii.txt │ └── config.conf ├── nyarch │ ├── config.conf │ └── nyarch.png ├── onrefetch.conf ├── ozozPredatorFetch.conf ├── ozozfetch ├── ozozfetch.conf ├── papirus.conf ├── penguinfetch │ ├── BatmanNeofetch.png │ ├── README.md │ ├── config.conf │ └── penguinImages │ │ └── LinuxPengImg │ │ ├── BlueHatPeg.png │ │ ├── DrunkPeg.png │ │ ├── SamuraiPeg.png │ │ ├── batmanPeg.png │ │ ├── gunPeg.png │ │ ├── ningaPeg.png │ │ └── phdPeg.png ├── remfetch │ ├── config.conf │ └── rempng.png ├── rootankush │ ├── 12.jpg │ └── config.conf ├── talljoe.conf ├── troutfetch.conf └── tuxNature │ ├── config.conf │ ├── logo │ └── tn2.png └── small ├── af++ ├── ascii.txt └── config.conf ├── axylfetch.conf ├── axylfetchEOS ├── config.conf └── eosmall.txt ├── blockfetch.conf ├── bmofetch ├── bmo.txt ├── bmofetch.conf └── bmosay.sh ├── dotfetch.conf ├── minecraftfetch ├── ascii.txt └── config.conf ├── ozozfetch.conf ├── ozozfetch2.conf ├── penguinfetch.conf ├── simplefetch.conf └── smallfetch.conf /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/README.md -------------------------------------------------------------------------------- /normal/Gildenfetch/Gildedfetch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/Gildenfetch/Gildedfetch.png -------------------------------------------------------------------------------- /normal/Gildenfetch/Gildenfetch.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/Gildenfetch/Gildenfetch.conf -------------------------------------------------------------------------------- /normal/acenoster.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/acenoster.conf -------------------------------------------------------------------------------- /normal/bejkon/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/bejkon/config.conf -------------------------------------------------------------------------------- /normal/bejkon/logo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/bejkon/logo -------------------------------------------------------------------------------- /normal/bejkon2/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/bejkon2/config.conf -------------------------------------------------------------------------------- /normal/bejkon2/logo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/bejkon2/logo -------------------------------------------------------------------------------- /normal/boxes.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/boxes.conf -------------------------------------------------------------------------------- /normal/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/config.conf -------------------------------------------------------------------------------- /normal/config2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/config2.conf -------------------------------------------------------------------------------- /normal/eldfetch.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/eldfetch.conf -------------------------------------------------------------------------------- /normal/hybridfetch.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/hybridfetch.conf -------------------------------------------------------------------------------- /normal/idlifetch.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/idlifetch.conf -------------------------------------------------------------------------------- /normal/kenielf/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/kenielf/ascii.txt -------------------------------------------------------------------------------- /normal/kenielf/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/kenielf/config.conf -------------------------------------------------------------------------------- /normal/nyarch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/nyarch/config.conf -------------------------------------------------------------------------------- /normal/nyarch/nyarch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/nyarch/nyarch.png -------------------------------------------------------------------------------- /normal/onrefetch.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/onrefetch.conf -------------------------------------------------------------------------------- /normal/ozozPredatorFetch.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/ozozPredatorFetch.conf -------------------------------------------------------------------------------- /normal/ozozfetch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/ozozfetch -------------------------------------------------------------------------------- /normal/ozozfetch.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/ozozfetch.conf -------------------------------------------------------------------------------- /normal/papirus.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/papirus.conf -------------------------------------------------------------------------------- /normal/penguinfetch/BatmanNeofetch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/penguinfetch/BatmanNeofetch.png -------------------------------------------------------------------------------- /normal/penguinfetch/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/penguinfetch/README.md -------------------------------------------------------------------------------- /normal/penguinfetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/penguinfetch/config.conf -------------------------------------------------------------------------------- /normal/penguinfetch/penguinImages/LinuxPengImg/BlueHatPeg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/penguinfetch/penguinImages/LinuxPengImg/BlueHatPeg.png -------------------------------------------------------------------------------- /normal/penguinfetch/penguinImages/LinuxPengImg/DrunkPeg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/penguinfetch/penguinImages/LinuxPengImg/DrunkPeg.png -------------------------------------------------------------------------------- /normal/penguinfetch/penguinImages/LinuxPengImg/SamuraiPeg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/penguinfetch/penguinImages/LinuxPengImg/SamuraiPeg.png -------------------------------------------------------------------------------- /normal/penguinfetch/penguinImages/LinuxPengImg/batmanPeg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/penguinfetch/penguinImages/LinuxPengImg/batmanPeg.png -------------------------------------------------------------------------------- /normal/penguinfetch/penguinImages/LinuxPengImg/gunPeg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/penguinfetch/penguinImages/LinuxPengImg/gunPeg.png -------------------------------------------------------------------------------- /normal/penguinfetch/penguinImages/LinuxPengImg/ningaPeg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/penguinfetch/penguinImages/LinuxPengImg/ningaPeg.png -------------------------------------------------------------------------------- /normal/penguinfetch/penguinImages/LinuxPengImg/phdPeg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/penguinfetch/penguinImages/LinuxPengImg/phdPeg.png -------------------------------------------------------------------------------- /normal/remfetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/remfetch/config.conf -------------------------------------------------------------------------------- /normal/remfetch/rempng.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/remfetch/rempng.png -------------------------------------------------------------------------------- /normal/rootankush/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/rootankush/12.jpg -------------------------------------------------------------------------------- /normal/rootankush/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/rootankush/config.conf -------------------------------------------------------------------------------- /normal/talljoe.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/talljoe.conf -------------------------------------------------------------------------------- /normal/troutfetch.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/troutfetch.conf -------------------------------------------------------------------------------- /normal/tuxNature/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/tuxNature/config.conf -------------------------------------------------------------------------------- /normal/tuxNature/logo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/tuxNature/logo -------------------------------------------------------------------------------- /normal/tuxNature/tn2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/normal/tuxNature/tn2.png -------------------------------------------------------------------------------- /small/af++/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/small/af++/ascii.txt -------------------------------------------------------------------------------- /small/af++/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/small/af++/config.conf -------------------------------------------------------------------------------- /small/axylfetch.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/small/axylfetch.conf -------------------------------------------------------------------------------- /small/axylfetchEOS/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/small/axylfetchEOS/config.conf -------------------------------------------------------------------------------- /small/axylfetchEOS/eosmall.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/small/axylfetchEOS/eosmall.txt -------------------------------------------------------------------------------- /small/blockfetch.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/small/blockfetch.conf -------------------------------------------------------------------------------- /small/bmofetch/bmo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/small/bmofetch/bmo.txt -------------------------------------------------------------------------------- /small/bmofetch/bmofetch.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/small/bmofetch/bmofetch.conf -------------------------------------------------------------------------------- /small/bmofetch/bmosay.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/small/bmofetch/bmosay.sh -------------------------------------------------------------------------------- /small/dotfetch.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/small/dotfetch.conf -------------------------------------------------------------------------------- /small/minecraftfetch/ascii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/small/minecraftfetch/ascii.txt -------------------------------------------------------------------------------- /small/minecraftfetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/small/minecraftfetch/config.conf -------------------------------------------------------------------------------- /small/ozozfetch.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/small/ozozfetch.conf -------------------------------------------------------------------------------- /small/ozozfetch2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/small/ozozfetch2.conf -------------------------------------------------------------------------------- /small/penguinfetch.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/small/penguinfetch.conf -------------------------------------------------------------------------------- /small/simplefetch.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/small/simplefetch.conf -------------------------------------------------------------------------------- /small/smallfetch.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chick2D/neofetch-themes/HEAD/small/smallfetch.conf --------------------------------------------------------------------------------