Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.41 KB

README.markdown

File metadata and controls

30 lines (17 loc) · 1.41 KB

What is it?

set-bg generates a custom background image for iTerm2, setting it as the background. By default, it creates a letterpressed hostname alongside the Apple logo in the bottom right. It also creates an alias from ssh to sshb so that the hostname will change as you ssh to various servers.




Install

ImageMagick is required. To install ImageMagick, install MacPorts here: http://www.macports.org/

Then run:

sudo port install imagemagick

To install the set-bg suite of scripts:

wget --no-check-certificate https://github.com/tricon/set-bg/raw/master/install.sh -O - | sh

Purple Apple Shell Theme

The purple Apple shell theme featured in the screenshot can be found here.

Credits

  • Robby Russell for the idea to create an install.sh script that one can wget from the repository.
  • Unknown author that created the base script for setting a background image in iTerm2 that this script is based upon.
  • David Aaron Fendley