Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.04 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.04 KB

When you install the zsh plugin, it introduces numerous useful aliases and adds new commands to your system. To explore all these commands, simply use jap help.

IMPORTANT: restart the terminal after installation.

install:

cd ~ && zsh -c "$(curl -fsSL https://raw.githubusercontent.com/philip-stuessel/jap/main/install.zsh)"

Method Command
curl zsh -c "$(curl -fsSL https://raw.githubusercontent.com/philip-stuessel/jap/main/install.zsh)"
wget zsh -c "$(wget -O- https://raw.githubusercontent.com/philip-stuessel/jap/main/install.zsh)"
fetch zsh -c "$(fetch -o -https://raw.githubusercontent.com/philip-stuessel/jap/main/install.zsh)"


help me:

jap help