0.2.1 • Published 8 years ago

hyperterm-native v0.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

hyperterm-native

This theme will make your instance of HyperTerm look like macOS' native Terminal app:

Usage

Simply add the theme to your ~/.hyperterm.js:

plugins: [
  'hyperterm-native'
]

Contribute

  1. Fork this repository to your own GitHub account and then clone it to your local device (make sure that it's located in ~/.hyperterm-plugins/local)
  2. Add "hyperterm-native" to the localPlugins property within ~/.hyperterm.js
  3. Restart HyperTerm

As always, you can run the tests using: npm test