/archey-osx

An archey script clone for OS X

Primary LanguageShell

Archey for OS X

An archey script for OS X.

'Screenshot' 'Screenshot'

Installation

$ git clone git@github.com:Gary00/archey-osx.git
$ cd archey-osx/
$ sudo cp archey /bin/archey
$ sudo chmod +x /bin/archey 
$ archey	

Options

-c,  --color
	Color Logo

Configuration

$ 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

To-Do List

  • Loop for assigning color variables (smaller code)
  • Better way to install (don't dump straight into /bin , maybe install script?)

Thanks

Thanks to the original developer of of Archey, djmelik. And to joshfinnie for is good osx implementation.