Skip to content

Installation

Paul Schaeflein edited this page Jun 29, 2021 · 1 revision

Prerequisites

  • Powershell 7+
  • CLI tools installed and in your path for one or more of the supported providers
  • (optional) A Nerd Font installed and selected as your terminal's font

Installation

You can install and import Magic Tooltips from the PowerShell Gallery:

Install-Module MagicTooltips
Import-Module MagicTooltips -Force

To make the module auto-load, add the Import-Module line to your PowerShell profile.

Clone this wiki locally