Pimp my Shell
GitHub
  • Pimp My Shell
  • Features
  • Requirements
  • Installation
    • Uninstall PMS
  • Environment Variables
  • Upgrade PMS
  • PMS Manager
  • Plugins
    • cd
    • composer
    • git
    • phpbrew
    • vim
  • Themes
    • default
Powered by GitBook
On this page
  • Using curl
  • Using wget
  • "Manual" Install
Edit on GitHub

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.

Using curl

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
PreviousRequirementsNextUninstall PMS

Last updated 7 months ago