🍍 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
dependabot[bot] 7c7d1d8594
Bump eslint from 8.48.0 to 8.54.0 (#175)
Bumps [eslint](https://github.com/eslint/eslint) from 8.48.0 to 8.54.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.48.0...v8.54.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-20 23:46:37 +00:00
.github replace Travis with GitHub Actions worklfow 2021-01-31 18:00:08 +01:00
.eslintrc switch to eslint 2018-08-15 22:46:29 +02:00
.gitignore replace Travis with GitHub Actions worklfow 2021-01-31 18:00:08 +01:00
LICENSE 🥃 initial commit 2017-05-10 02:00:48 +02:00
README.md fix badge 2021-01-31 18:01:10 +01:00
hyper-mac-pro.png 🥃 initial commit 2017-05-10 02:00:48 +02:00
index.js fixes for Hyper v2 2018-07-09 16:45:59 +02:00
package-lock.json Bump eslint from 8.48.0 to 8.54.0 (#175) 2023-11-20 23:46:37 +00:00
package.json Bump release-it from 16.2.1 to 17.0.0 (#174) 2023-11-20 23:46:30 +00:00
styles.js fix border color 2018-11-01 10:51:06 +01:00

README.md

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