Skip to content

Hyper Plugins

Description

All About Hyper Plugins

Installed Plugins

List installed plugins:

hyper list # or ls

Discover Plugins

List avail npm plugins:

hyper list-remote # or lsr or ls-remote

For more info on a plugin, search [the-plugin-name] on npm.

Also visit awsome-hyper, for a curated list of plugins, themes and resources.

Install Plugin

hyper i [the-plugin-name]  # i is for install, not the digit

Delete Plugin

hyper u # or rm or remove or uninstall # : )

Plugins

For probs, read npm deets. As well, some plugins are not avail on linux.

hyperborder

Match & nicely contrast w my vscode config

hyper-transparent-vibrancy

Add AFTER theme plugin if exists:

    "hyperTransparentVibrancy": {
        alpha: 0.5, // default 50%
        vibrancy: 'dark'
    },
  },

Add to 'plugins: [`:

    "hyper-snazzy",
    "hyper-transparent-vibrancy",
  ],

hyper-statusline-extended

NOT hyper-transparent-bg

Comments