2017-05-10 01:55:44 +02:00
# hyper-mac-pro
2018-07-09 15:10:39 +02:00
[![Build Status ](https://travis-ci.com/kremalicious/hyper-mac-pro.svg?branch=master )](https://travis-ci.com/kremalicious/hyper-mac-pro)
2020-05-17 03:29:17 +02:00
[![Dependabot enabled ](https://badgen.net/dependabot/thepracticaldev/dev.to?icon=dependabot )](https://dependabot.com/)
2017-05-12 14:06:25 +02:00
[![npm version ](https://img.shields.io/npm/v/hyper-mac-pro.svg )](https://www.npmjs.com/package/hyper-mac-pro)
2017-05-10 03:22:59 +02:00
2017-05-12 14:06:25 +02:00
Tab style for [Hyper ](https://hyper.is/ ) inspired by Apple's pro apps on macOS.
2017-05-10 01:55:44 +02:00
![Screenshot ](hyper-mac-pro.png )
2017-05-12 14:06:25 +02:00
> Cause you deserve native & pro.
*Tim Cook*
> Extraordinarily dark aluminum.
*Jony Ive*
2017-05-10 01:55:44 +02:00
This has only been tested on macOS and is not guaranteed to work on other operating systems.
2017-05-10 03:22:59 +02:00
## Installation
Install by adding `hyper-mac-pro` to the `plugins` property in your `~/.hyper.js` :
```js
plugins: [
'hyper-mac-pro'
]
```
2017-05-10 01:55:44 +02:00
2017-05-10 03:22:59 +02:00
If you're using [hpm ](https://github.com/zeit/hpm ), from the command line:
2017-05-10 01:55:44 +02:00
```bash
hpm install hyper-mac-pro
```
## Contribute
2018-11-01 10:51:06 +01:00
1. [Fork ](https://help.github.com/articles/fork-a-repo/ ) this repository to your own GitHub account and then [clone ](https://help.github.com/articles/cloning-a-repository/ ) it to your local device (make sure that it's located in `~/.hyper_plugins/local` )
2017-05-10 01:55:44 +02:00
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
2018-07-09 16:43:28 +02:00
- [Matthias Kretschmann ](https://matthiaskretschmann.com ) ([@kremalicious](https://github.com/kremalicious))