mirror of
https://github.com/kremalicious/hyper-mac-pro.git
synced 2024-11-22 17:50:26 +01:00
47 lines
1.4 KiB
Markdown
47 lines
1.4 KiB
Markdown
# hyper-mac-pro
|
|
|
|
[![Build Status](https://github.com/kremalicious/hyper-mac-pro/workflows/CI/badge.svg)](https://github.com/kremalicious/hyper-mac-pro/actions)
|
|
[![npm version](https://img.shields.io/npm/v/hyper-mac-pro.svg)](https://www.npmjs.com/package/hyper-mac-pro)
|
|
|
|
Tab style for [Hyper](https://hyper.is/) inspired by Apple's pro apps on macOS.
|
|
|
|
![Screenshot](hyper-mac-pro.png)
|
|
|
|
> Cause you deserve native & pro.
|
|
|
|
*Tim Cook*
|
|
|
|
> Extraordinarily dark aluminum.
|
|
|
|
*Jony Ive*
|
|
|
|
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`:
|
|
|
|
```js
|
|
plugins: [
|
|
'hyper-mac-pro'
|
|
]
|
|
```
|
|
|
|
If you're using [hpm](https://github.com/zeit/hpm), from the command line:
|
|
|
|
```bash
|
|
hpm install hyper-mac-pro
|
|
```
|
|
|
|
## Contribute
|
|
|
|
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`)
|
|
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
|
|
|
|
- [Matthias Kretschmann](https://matthiaskretschmann.com) ([@kremalicious](https://github.com/kremalicious))
|