🍍 Tab style for Hyper inspired by Apple's pro apps on macOS. Cause you deserve native & pro. https://kremalicious.com/hyper-mac-pro
Go to file
Matthias Kretschmann c4c20ea3d6 Merge pull request #1 from kremalicious/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2017-05-10 04:15:32 +02:00
.gitignore 🥃 initial commit 2017-05-10 02:00:48 +02:00
.stylelintrc 🥃 initial commit 2017-05-10 02:00:48 +02:00
.travis.yml Travis notifications to Slack 2017-05-10 04:09:45 +02:00
LICENSE 🥃 initial commit 2017-05-10 02:00:48 +02:00
README.md move badge 2017-05-10 04:13:40 +02:00
hyper-mac-pro.png 🥃 initial commit 2017-05-10 02:00:48 +02:00
index.js 🥃 initial commit 2017-05-10 02:00:48 +02:00
package.json chore(package): update dependencies 2017-05-10 01:34:36 +00:00
styles.css 🥃 initial commit 2017-05-10 02:00:48 +02:00

README.md

hyper-mac-pro

Build Status Greenkeeper badge

Cause you deserve native & pro. Tab style for Hyper inspired by Apple's pro apps on macOS.

Screenshot

This has only been tested on macOS and is not guaranteed to work on other operating systems.

Installation

Install by adding hyper-mac-pro to the plugins property in your ~/.hyper.js:

plugins: [
  'hyper-mac-pro'
]

If you're using hpm, from the command line:

hpm install hyper-mac-pro

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 ~/.hyper-plugins/local)
  2. Add hyper-mac-pro to the localPlugins property within ~/.hyper.js
  3. Restart Hyper

Install dependencies with npm install and hack away. Run the tests using npm test. Running tests will happen automatically before every commit.

Author