1
0
mirror of https://github.com/kremalicious/hyper-mac-pro.git synced 2024-11-25 19:18:30 +01:00
🍍 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
2021-02-15 05:05:02 +01:00
.github replace Travis with GitHub Actions worklfow 2021-01-31 18:00:08 +01:00
.eslintrc
.gitignore replace Travis with GitHub Actions worklfow 2021-01-31 18:00:08 +01:00
hyper-mac-pro.png
index.js
LICENSE
package-lock.json Merge pull request #36 from kremalicious/dependabot/npm_and_yarn/eslint-7.20.0 2021-02-15 05:05:02 +01:00
package.json Bump release-it from 13.7.1 to 14.0.1 2020-09-04 04:03:14 +00:00
README.md fix badge 2021-01-31 18:01:10 +01:00
styles.js

hyper-mac-pro

Build Status npm version

Tab style for Hyper inspired by Apple's pro apps on macOS.

Screenshot

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:

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