Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 918 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 918 Bytes

System Info Background

Small program utilizing ImageMagick to generate a desktop background image in Mac OS X with some useful info.

Installation

$ git clone https://github.com/brownmike/System-Info-Background.git

Requirements

ImageMagick and GhostScript

If you have HomeBrew you can simply:

$ brew install imagemagick ghostscript

Usage

$ cd System-Info-Background ; ./sysinfo_background

TODO:

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request