klaudiosinani / hyper-pokemon

Tailor-made Pokémon themes for your Hyper terminal
https://klaussinani.github.io/hyper-pokemon
MIT License
1.04k stars 60 forks source link

Enable unibody when multi tabs is exist #51

Closed ghost closed 1 year ago

ghost commented 4 years ago

Fixes #46 and #41

ghost commented 4 years ago

CI saying error but I think that it is not problem because the code of master branch can not pass it too.

ghost commented 4 years ago

スクリーンショット 2019-11-29 22 20 49

ghost commented 4 years ago

How to try this PR

At first, uninstall hyper-pokemon.

hyper uninstall hyper-pokemon

next, do this.

cd ~/.hyper_plugins/local
git clone -b unibody-when-multi-tabs git@github.com:511V41/hyper-pokemon.git
cd hyper-pokemon
npm install

At last, add hyper-pokemon to localPlugins of ~/.hyper.js.

localPlugins: [
  "hyper-pokemon"
]