├── LICENSE.md ├── Makefile ├── README.md ├── control └── layout ├── DEBIAN ├── postinst └── postrm └── usr └── bin └── appfetch /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Randy-420/appfetch/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Randy-420/appfetch/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Randy-420/appfetch/HEAD/README.md -------------------------------------------------------------------------------- /control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Randy-420/appfetch/HEAD/control -------------------------------------------------------------------------------- /layout/DEBIAN/postinst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Randy-420/appfetch/HEAD/layout/DEBIAN/postinst -------------------------------------------------------------------------------- /layout/DEBIAN/postrm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Randy-420/appfetch/HEAD/layout/DEBIAN/postrm -------------------------------------------------------------------------------- /layout/usr/bin/appfetch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Randy-420/appfetch/HEAD/layout/usr/bin/appfetch --------------------------------------------------------------------------------