aboutsummaryrefslogtreecommitdiff
path: root/mac/Hyperterm
diff options
context:
space:
mode:
authorJakob Stendahl <jakob.stendahl@outlook.com>2019-10-09 17:07:39 +0200
committerJakob Stendahl <jakob.stendahl@outlook.com>2019-10-09 17:07:39 +0200
commit2b98d4a30d401403934a550c0e753942aa0faece (patch)
treefc61013f8ffad9810d6ddf72b6f7ffb2132fef26 /mac/Hyperterm
parentf96d7947a488fd76e53b87e6a4d70eab903d9c4a (diff)
downloaddotfiles-2b98d4a30d401403934a550c0e753942aa0faece.tar.gz
dotfiles-2b98d4a30d401403934a550c0e753942aa0faece.zip
:truck: Add install-scripts, reorganize
Diffstat (limited to 'mac/Hyperterm')
-rw-r--r--mac/Hyperterm/hyper.js10
1 files changed, 9 insertions, 1 deletions
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