🍍 Tab style for Hyper inspired by Apple's pro apps on macOS. Cause you deserve native & pro.
https://kremalicious.com/hyper-mac-pro
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 days ago | |
---|---|---|
.github | 2 years ago | |
.eslintrc | 5 years ago | |
.gitignore | 2 years ago | |
LICENSE | 6 years ago | |
README.md | 2 years ago | |
hyper-mac-pro.png | 6 years ago | |
index.js | 5 years ago | |
package-lock.json | 2 days ago | |
package.json | 7 months ago | |
styles.js | 4 years ago |
README.md
hyper-mac-pro
Tab style for Hyper inspired by Apple's pro apps on macOS.
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
- 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
) - Add
hyper-mac-pro
to thelocalPlugins
property within~/.hyper.js
- Restart Hyper
Install dependencies with npm install
and hack away. Run the tests using npm test
. Running tests will happen automatically before every commit.