├── CHANGELOG.md ├── LICENSE ├── NerdFontsSymbolsOnly.zip ├── README.md ├── install.sh ├── katifetch-macos ├── install.sh ├── katifetchmacos.sh ├── logo │ └── MacOS.txt ├── uninstall.sh └── update.sh ├── katifetch-update.sh ├── katifetch.sh ├── katifetchforallwindowsedition ├── katifetchforwindows.bat ├── katifetchforwindows.ps1 ├── katifetchforwindowsmenu.bat └── katifetchforwindowsmenu.ps1 ├── katifetchforandroid(termux) ├── installkatiandroid.sh ├── katifetchforandroid.sh ├── katifetchmenu.sh ├── katifetchuninstallandroid-1.sh ├── katifetchupdateandroid-1.sh └── themes │ ├── Ozozfetch.theme │ └── default.theme ├── katifetchforandroidtv(termux) ├── installkatiandroidtv.sh ├── katifetch.sh ├── katifetchmenu.sh ├── katifetchuninstallandroidtv.sh ├── katifetchupdateandroidtv.sh └── themes │ ├── Ozozfetch.theme │ └── default.theme ├── katifetchforbazzite ├── install.sh ├── katifetchforbazzite-gnome.sh ├── katifetchforbazzite-steamdeck-gnome.sh ├── katifetchforbazzite-steamdeck-kde.sh ├── katifetchforbazzite.sh ├── uninstall.sh └── update.sh ├── katifetchforbsd ├── install_katifetch.sh ├── katifetch_bsd.sh ├── uninstall_katifetch.sh └── update_katifetch.sh ├── katifetchforprootdistrotermux ├── install.sh ├── katifetch-update.sh ├── katifetch.sh ├── themes │ ├── Ozozfetch.theme │ └── default.theme └── uninstall.sh ├── katifetchforwindows10 ├── install.bat ├── katifetch-windows10.ps1 ├── katifetch.bat ├── uninstall.bat └── update.bat ├── katifetchforwindows1121h2 ├── install.bat ├── katifetch.bat ├── katifetchforwindows1121h2.ps1 ├── uninstall.bat └── update.bat ├── katifetchforwindowsedition ├── install.ps1 ├── katifetch-update.ps1 ├── katifetchforwindows.ps1 ├── logos │ ├── windows10.txt │ └── windows11.txt └── uninstall.ps1 ├── katifetchkalloweenedition ├── Guide user manual.txt └── katifetchkalloween.sh ├── katifetchubuntu10.04 ├── install.sh ├── katifetch.sh ├── tutorial-file │ └── Tutorial_How_to_Install_Katifetch_on_Ubuntu_10.04.pdf ├── uninstall.sh └── update.sh ├── katifetchwsl ├── installkatiwsl.sh ├── katifetchuninstallwsl.sh ├── katifetchupdatewsl.sh └── katifetchwsl.sh ├── logos ├── aix.txt ├── aperio.txt ├── cachyos.txt ├── debian.txt ├── default.txt ├── fedora.txt ├── fedorasilverblue.txt ├── hash.txt └── ubuntu.txt ├── media ├── katifetch(1).png ├── katifetch(2).png ├── katifetch-windows-demo.mp4 └── qwertyuiopasd.mp4 ├── screenshots ├── 2.png ├── 3.png ├── 4.png ├── Androidtermuxkatifetch.jpg ├── Captura de pantalla 2025-05-18 105102.png ├── aa1.png ├── aa2.png ├── aa3.png ├── adsljks.png ├── asasddasd.png ├── colab.png ├── collab.png ├── dsadsafg.png ├── esd.png ├── katifetch.png ├── katifetchInstagramv2.jpg ├── katifetchTikTokv2.jpg ├── katifetchWikipedia.png ├── katifetchYouTubev2.jpg ├── katifetchdiscordserver.png ├── katifetchdiscordserverv2.png ├── katifetchforwindowsedition.png ├── katifetchhardwarerealhp2.0.png ├── katifetchinstagram.jpg ├── katifetchmacos(4).png ├── katifetchmacos(5).png ├── katifetchmacos.jpg ├── katifetchontermuxdebian.jpg ├── katifetchonwindows10enterpriseltscevaluation2021.PNG ├── katifetchtiktokaccount.jpg ├── katifetchv2.png ├── katifetchwsl.PNG ├── katifetchyoutube.jpg ├── kkk.png ├── uuo.PNG └── whatsup.jpg ├── themes ├── config2.theme └── default.theme └── uninstall.sh /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/LICENSE -------------------------------------------------------------------------------- /NerdFontsSymbolsOnly.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/NerdFontsSymbolsOnly.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/README.md -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/install.sh -------------------------------------------------------------------------------- /katifetch-macos/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetch-macos/install.sh -------------------------------------------------------------------------------- /katifetch-macos/katifetchmacos.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetch-macos/katifetchmacos.sh -------------------------------------------------------------------------------- /katifetch-macos/logo/MacOS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetch-macos/logo/MacOS.txt -------------------------------------------------------------------------------- /katifetch-macos/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetch-macos/uninstall.sh -------------------------------------------------------------------------------- /katifetch-macos/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetch-macos/update.sh -------------------------------------------------------------------------------- /katifetch-update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetch-update.sh -------------------------------------------------------------------------------- /katifetch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetch.sh -------------------------------------------------------------------------------- /katifetchforallwindowsedition/katifetchforwindows.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforallwindowsedition/katifetchforwindows.bat -------------------------------------------------------------------------------- /katifetchforallwindowsedition/katifetchforwindows.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforallwindowsedition/katifetchforwindows.ps1 -------------------------------------------------------------------------------- /katifetchforallwindowsedition/katifetchforwindowsmenu.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforallwindowsedition/katifetchforwindowsmenu.bat -------------------------------------------------------------------------------- /katifetchforallwindowsedition/katifetchforwindowsmenu.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforallwindowsedition/katifetchforwindowsmenu.ps1 -------------------------------------------------------------------------------- /katifetchforandroid(termux)/installkatiandroid.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforandroid(termux)/installkatiandroid.sh -------------------------------------------------------------------------------- /katifetchforandroid(termux)/katifetchforandroid.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforandroid(termux)/katifetchforandroid.sh -------------------------------------------------------------------------------- /katifetchforandroid(termux)/katifetchmenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforandroid(termux)/katifetchmenu.sh -------------------------------------------------------------------------------- /katifetchforandroid(termux)/katifetchuninstallandroid-1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforandroid(termux)/katifetchuninstallandroid-1.sh -------------------------------------------------------------------------------- /katifetchforandroid(termux)/katifetchupdateandroid-1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforandroid(termux)/katifetchupdateandroid-1.sh -------------------------------------------------------------------------------- /katifetchforandroid(termux)/themes/Ozozfetch.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforandroid(termux)/themes/Ozozfetch.theme -------------------------------------------------------------------------------- /katifetchforandroid(termux)/themes/default.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforandroid(termux)/themes/default.theme -------------------------------------------------------------------------------- /katifetchforandroidtv(termux)/installkatiandroidtv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforandroidtv(termux)/installkatiandroidtv.sh -------------------------------------------------------------------------------- /katifetchforandroidtv(termux)/katifetch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforandroidtv(termux)/katifetch.sh -------------------------------------------------------------------------------- /katifetchforandroidtv(termux)/katifetchmenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforandroidtv(termux)/katifetchmenu.sh -------------------------------------------------------------------------------- /katifetchforandroidtv(termux)/katifetchuninstallandroidtv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforandroidtv(termux)/katifetchuninstallandroidtv.sh -------------------------------------------------------------------------------- /katifetchforandroidtv(termux)/katifetchupdateandroidtv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforandroidtv(termux)/katifetchupdateandroidtv.sh -------------------------------------------------------------------------------- /katifetchforandroidtv(termux)/themes/Ozozfetch.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforandroidtv(termux)/themes/Ozozfetch.theme -------------------------------------------------------------------------------- /katifetchforandroidtv(termux)/themes/default.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforandroidtv(termux)/themes/default.theme -------------------------------------------------------------------------------- /katifetchforbazzite/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforbazzite/install.sh -------------------------------------------------------------------------------- /katifetchforbazzite/katifetchforbazzite-gnome.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforbazzite/katifetchforbazzite-gnome.sh -------------------------------------------------------------------------------- /katifetchforbazzite/katifetchforbazzite-steamdeck-gnome.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforbazzite/katifetchforbazzite-steamdeck-gnome.sh -------------------------------------------------------------------------------- /katifetchforbazzite/katifetchforbazzite-steamdeck-kde.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforbazzite/katifetchforbazzite-steamdeck-kde.sh -------------------------------------------------------------------------------- /katifetchforbazzite/katifetchforbazzite.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforbazzite/katifetchforbazzite.sh -------------------------------------------------------------------------------- /katifetchforbazzite/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforbazzite/uninstall.sh -------------------------------------------------------------------------------- /katifetchforbazzite/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforbazzite/update.sh -------------------------------------------------------------------------------- /katifetchforbsd/install_katifetch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforbsd/install_katifetch.sh -------------------------------------------------------------------------------- /katifetchforbsd/katifetch_bsd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforbsd/katifetch_bsd.sh -------------------------------------------------------------------------------- /katifetchforbsd/uninstall_katifetch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforbsd/uninstall_katifetch.sh -------------------------------------------------------------------------------- /katifetchforbsd/update_katifetch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforbsd/update_katifetch.sh -------------------------------------------------------------------------------- /katifetchforprootdistrotermux/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforprootdistrotermux/install.sh -------------------------------------------------------------------------------- /katifetchforprootdistrotermux/katifetch-update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforprootdistrotermux/katifetch-update.sh -------------------------------------------------------------------------------- /katifetchforprootdistrotermux/katifetch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforprootdistrotermux/katifetch.sh -------------------------------------------------------------------------------- /katifetchforprootdistrotermux/themes/Ozozfetch.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforprootdistrotermux/themes/Ozozfetch.theme -------------------------------------------------------------------------------- /katifetchforprootdistrotermux/themes/default.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforprootdistrotermux/themes/default.theme -------------------------------------------------------------------------------- /katifetchforprootdistrotermux/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforprootdistrotermux/uninstall.sh -------------------------------------------------------------------------------- /katifetchforwindows10/install.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforwindows10/install.bat -------------------------------------------------------------------------------- /katifetchforwindows10/katifetch-windows10.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforwindows10/katifetch-windows10.ps1 -------------------------------------------------------------------------------- /katifetchforwindows10/katifetch.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforwindows10/katifetch.bat -------------------------------------------------------------------------------- /katifetchforwindows10/uninstall.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforwindows10/uninstall.bat -------------------------------------------------------------------------------- /katifetchforwindows10/update.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforwindows10/update.bat -------------------------------------------------------------------------------- /katifetchforwindows1121h2/install.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforwindows1121h2/install.bat -------------------------------------------------------------------------------- /katifetchforwindows1121h2/katifetch.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforwindows1121h2/katifetch.bat -------------------------------------------------------------------------------- /katifetchforwindows1121h2/katifetchforwindows1121h2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforwindows1121h2/katifetchforwindows1121h2.ps1 -------------------------------------------------------------------------------- /katifetchforwindows1121h2/uninstall.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforwindows1121h2/uninstall.bat -------------------------------------------------------------------------------- /katifetchforwindows1121h2/update.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforwindows1121h2/update.bat -------------------------------------------------------------------------------- /katifetchforwindowsedition/install.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforwindowsedition/install.ps1 -------------------------------------------------------------------------------- /katifetchforwindowsedition/katifetch-update.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforwindowsedition/katifetch-update.ps1 -------------------------------------------------------------------------------- /katifetchforwindowsedition/katifetchforwindows.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforwindowsedition/katifetchforwindows.ps1 -------------------------------------------------------------------------------- /katifetchforwindowsedition/logos/windows10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforwindowsedition/logos/windows10.txt -------------------------------------------------------------------------------- /katifetchforwindowsedition/logos/windows11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforwindowsedition/logos/windows11.txt -------------------------------------------------------------------------------- /katifetchforwindowsedition/uninstall.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchforwindowsedition/uninstall.ps1 -------------------------------------------------------------------------------- /katifetchkalloweenedition/Guide user manual.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchkalloweenedition/Guide user manual.txt -------------------------------------------------------------------------------- /katifetchkalloweenedition/katifetchkalloween.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchkalloweenedition/katifetchkalloween.sh -------------------------------------------------------------------------------- /katifetchubuntu10.04/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchubuntu10.04/install.sh -------------------------------------------------------------------------------- /katifetchubuntu10.04/katifetch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchubuntu10.04/katifetch.sh -------------------------------------------------------------------------------- /katifetchubuntu10.04/tutorial-file/Tutorial_How_to_Install_Katifetch_on_Ubuntu_10.04.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchubuntu10.04/tutorial-file/Tutorial_How_to_Install_Katifetch_on_Ubuntu_10.04.pdf -------------------------------------------------------------------------------- /katifetchubuntu10.04/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchubuntu10.04/uninstall.sh -------------------------------------------------------------------------------- /katifetchubuntu10.04/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchubuntu10.04/update.sh -------------------------------------------------------------------------------- /katifetchwsl/installkatiwsl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchwsl/installkatiwsl.sh -------------------------------------------------------------------------------- /katifetchwsl/katifetchuninstallwsl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchwsl/katifetchuninstallwsl.sh -------------------------------------------------------------------------------- /katifetchwsl/katifetchupdatewsl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchwsl/katifetchupdatewsl.sh -------------------------------------------------------------------------------- /katifetchwsl/katifetchwsl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/katifetchwsl/katifetchwsl.sh -------------------------------------------------------------------------------- /logos/aix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/logos/aix.txt -------------------------------------------------------------------------------- /logos/aperio.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/logos/aperio.txt -------------------------------------------------------------------------------- /logos/cachyos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/logos/cachyos.txt -------------------------------------------------------------------------------- /logos/debian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/logos/debian.txt -------------------------------------------------------------------------------- /logos/default.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/logos/default.txt -------------------------------------------------------------------------------- /logos/fedora.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/logos/fedora.txt -------------------------------------------------------------------------------- /logos/fedorasilverblue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/logos/fedorasilverblue.txt -------------------------------------------------------------------------------- /logos/hash.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/logos/hash.txt -------------------------------------------------------------------------------- /logos/ubuntu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/logos/ubuntu.txt -------------------------------------------------------------------------------- /media/katifetch(1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/media/katifetch(1).png -------------------------------------------------------------------------------- /media/katifetch(2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/media/katifetch(2).png -------------------------------------------------------------------------------- /media/katifetch-windows-demo.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/media/katifetch-windows-demo.mp4 -------------------------------------------------------------------------------- /media/qwertyuiopasd.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/media/qwertyuiopasd.mp4 -------------------------------------------------------------------------------- /screenshots/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/2.png -------------------------------------------------------------------------------- /screenshots/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/3.png -------------------------------------------------------------------------------- /screenshots/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/4.png -------------------------------------------------------------------------------- /screenshots/Androidtermuxkatifetch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/Androidtermuxkatifetch.jpg -------------------------------------------------------------------------------- /screenshots/Captura de pantalla 2025-05-18 105102.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/Captura de pantalla 2025-05-18 105102.png -------------------------------------------------------------------------------- /screenshots/aa1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/aa1.png -------------------------------------------------------------------------------- /screenshots/aa2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/aa2.png -------------------------------------------------------------------------------- /screenshots/aa3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/aa3.png -------------------------------------------------------------------------------- /screenshots/adsljks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/adsljks.png -------------------------------------------------------------------------------- /screenshots/asasddasd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/asasddasd.png -------------------------------------------------------------------------------- /screenshots/colab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/colab.png -------------------------------------------------------------------------------- /screenshots/collab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/collab.png -------------------------------------------------------------------------------- /screenshots/dsadsafg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/dsadsafg.png -------------------------------------------------------------------------------- /screenshots/esd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/esd.png -------------------------------------------------------------------------------- /screenshots/katifetch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/katifetch.png -------------------------------------------------------------------------------- /screenshots/katifetchInstagramv2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/katifetchInstagramv2.jpg -------------------------------------------------------------------------------- /screenshots/katifetchTikTokv2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/katifetchTikTokv2.jpg -------------------------------------------------------------------------------- /screenshots/katifetchWikipedia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/katifetchWikipedia.png -------------------------------------------------------------------------------- /screenshots/katifetchYouTubev2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/katifetchYouTubev2.jpg -------------------------------------------------------------------------------- /screenshots/katifetchdiscordserver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/katifetchdiscordserver.png -------------------------------------------------------------------------------- /screenshots/katifetchdiscordserverv2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/katifetchdiscordserverv2.png -------------------------------------------------------------------------------- /screenshots/katifetchforwindowsedition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/katifetchforwindowsedition.png -------------------------------------------------------------------------------- /screenshots/katifetchhardwarerealhp2.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/katifetchhardwarerealhp2.0.png -------------------------------------------------------------------------------- /screenshots/katifetchinstagram.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/katifetchinstagram.jpg -------------------------------------------------------------------------------- /screenshots/katifetchmacos(4).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/katifetchmacos(4).png -------------------------------------------------------------------------------- /screenshots/katifetchmacos(5).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/katifetchmacos(5).png -------------------------------------------------------------------------------- /screenshots/katifetchmacos.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/katifetchmacos.jpg -------------------------------------------------------------------------------- /screenshots/katifetchontermuxdebian.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/katifetchontermuxdebian.jpg -------------------------------------------------------------------------------- /screenshots/katifetchonwindows10enterpriseltscevaluation2021.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/katifetchonwindows10enterpriseltscevaluation2021.PNG -------------------------------------------------------------------------------- /screenshots/katifetchtiktokaccount.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/katifetchtiktokaccount.jpg -------------------------------------------------------------------------------- /screenshots/katifetchv2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/katifetchv2.png -------------------------------------------------------------------------------- /screenshots/katifetchwsl.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/katifetchwsl.PNG -------------------------------------------------------------------------------- /screenshots/katifetchyoutube.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/katifetchyoutube.jpg -------------------------------------------------------------------------------- /screenshots/kkk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/kkk.png -------------------------------------------------------------------------------- /screenshots/uuo.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/uuo.PNG -------------------------------------------------------------------------------- /screenshots/whatsup.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/screenshots/whatsup.jpg -------------------------------------------------------------------------------- /themes/config2.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/themes/config2.theme -------------------------------------------------------------------------------- /themes/default.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/themes/default.theme -------------------------------------------------------------------------------- /uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ximimoments/katifetch/HEAD/uninstall.sh --------------------------------------------------------------------------------