From 2b98d4a30d401403934a550c0e753942aa0faece Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Wed, 9 Oct 2019 17:07:39 +0200 Subject: :truck: Add install-scripts, reorganize --- mac/Hyperterm/hyper.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'mac/Hyperterm/hyper.js') diff --git a/mac/Hyperterm/hyper.js b/mac/Hyperterm/hyper.js index c802677..664287d 100644 --- a/mac/Hyperterm/hyper.js +++ b/mac/Hyperterm/hyper.js @@ -149,7 +149,15 @@ module.exports = { // `hyperpower` // `@company/project` // `project#1.0.1` - plugins: ["hyper-startup", "hyper-dark-scrollbar", "hyperlinks", "gitrocket", "space-pull", "hyper-blink" ], + plugins: [ + "hyper-startup", + "hyperminimal", + "hyper-dark-scrollbar", + "hyperlinks", + "gitrocket", + "space-pull", + "hyper-blink" + ], // in development, you can create a directory under // `~/.hyper_plugins/local/` and include it here -- cgit v1.2.3