Socket
Book a DemoInstallSign in
Socket

@mitchreece/prompt-theme

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mitchreece/prompt-theme

Prompt theme for zsh

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

@mitchreece/prompt-theme

A prompt theme for Z shell.

Installation

There are two ways you can install this prompt theme.

npm

This is the easiest way. Simply install the npm package globally:

npm i -g @mitchreece/prompt-theme

Thats it! the theme is installed. See how to start using it.

bash

Use this method if you don't have npm installed. Fisrtly, clone this github repo:

git clone https://github.com/mitchreece/prompt-theme

Go to the cloned repo directory and make the install bash script executable:

chmod +x ./install.sh

Then run the install bash script:

./install.sh

Usage

To preview the theme. Open your terminal and run:

prompt mitch

If you like what you see, set and save the theme by running:

prompt -s mitch

FAQs

Package last updated on 17 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts