├── .gitignore ├── Art.psm1 ├── Data.psm1 ├── PSGetModuleInfo.xml ├── README.md ├── screenshots ├── mac.png └── ss.png ├── windows-screenfetch.psd1 └── windows-screenfetch.psm1 /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JulianChow94/Windows-screenFetch/HEAD/.gitignore -------------------------------------------------------------------------------- /Art.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JulianChow94/Windows-screenFetch/HEAD/Art.psm1 -------------------------------------------------------------------------------- /Data.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JulianChow94/Windows-screenFetch/HEAD/Data.psm1 -------------------------------------------------------------------------------- /PSGetModuleInfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JulianChow94/Windows-screenFetch/HEAD/PSGetModuleInfo.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JulianChow94/Windows-screenFetch/HEAD/README.md -------------------------------------------------------------------------------- /screenshots/mac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JulianChow94/Windows-screenFetch/HEAD/screenshots/mac.png -------------------------------------------------------------------------------- /screenshots/ss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JulianChow94/Windows-screenFetch/HEAD/screenshots/ss.png -------------------------------------------------------------------------------- /windows-screenfetch.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JulianChow94/Windows-screenFetch/HEAD/windows-screenfetch.psd1 -------------------------------------------------------------------------------- /windows-screenfetch.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JulianChow94/Windows-screenFetch/HEAD/windows-screenfetch.psm1 --------------------------------------------------------------------------------