An archey script for OS X.
$ git clone git@github.com:Gary00/archey-osx.git
$ cd archey-osx/
$ sudo cp archey /bin/archey
$ sudo chmod +x /bin/archey
$ archey
-c, --color
Color Logo
$ sudo vim /bin/archey
Change the value of the variable color, to change the color. The options listed under #Colors
color=$(tput setaf $lightblue)
Change the value of the variable packagehandler, to change the package handler. The options are listed under # Variables
packagehandler=$macportpackages
- Loop for assigning color variables (smaller code)
- Better way to install (don't dump straight into /bin , maybe install script?)
Thanks to the original developer of of Archey, djmelik. And to joshfinnie for is good osx implementation.