1
0
Fork 0
blog/content/articles/2017-05-16-hyper-mac-pro/index.md

46 lines
966 B
Markdown
Raw Normal View History

2018-10-31 18:12:26 +01:00
---
date: 2017-05-16T19:50:52.281Z
updated: 2018-10-30T19:50:52.281Z
title: Hyper Mac Pro
image: hyper-mac-pro-teaser.png
2018-10-31 18:15:33 +01:00
featured: true
2018-10-31 18:12:26 +01:00
tags:
- goodies
- css
- hyper
- macos
- terminal
- apple
---
Tab style for [Hyper](https://hyper.is/) inspired by Apple's pro apps on macOS, like Final Cut Pro or Logic.
If you use Hyper along with those apps, this theme is for you. It is purely a tab style theme, it won't affect the rest of your chosen theme.
## Installation
Install by adding `hyper-mac-pro` to the plugins property in your `~/.hyper.js`:
```js
2019-05-12 16:37:44 +02:00
plugins: ['hyper-mac-pro']
2018-10-31 18:12:26 +01:00
```
If you're using `hpm`, from the command line:
```bash
hpm install hyper-mac-pro
```
2018-11-01 11:09:57 +01:00
![Hyper Mac Pro](./hyper-mac-pro.png)
2018-10-31 18:12:26 +01:00
## Check out & contribute
Head over to GitHub to take a peek into the code or report some issues.
<p class="content-download">
<a class="icon-github btn-primary" href="https://github.com/kremalicious/hyper-mac-pro">GitHub</a>
</p>