Installation

Installing can be done quick and easy by using curl. The installation process will not overwrite any files and will backup your current rc files.

Set the PMS_SHELL environment variable to target a specific shell. If not set, the installer uses your current shell.

Using curl

sh -c "$(curl -fsSL https://raw.githubusercontent.com/JoshuaEstes/pms/main/scripts/install.sh)"

To install for zsh:

PMS_SHELL=zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/JoshuaEstes/pms/main/scripts/install.sh)"

Using wget

sh -c "$(wget -O- https://raw.githubusercontent.com/JoshuaEstes/pms/main/scripts/install.sh)"

"Manual" Install

curl -Lo install.sh https://raw.githubusercontent.com/JoshuaEstes/pms/main/scripts/install.sh
sh install.sh

Last updated