Installation
To install myshell run the following command:
bash
curl -s https://raw.githubusercontent.com/cophilot/msh/main/install | bash -s
This will create a directory ~/.myhsell
and download the latest version of myshell into it. You can view the full installation script here.
Updating
To update myshell run the following command:
bash
msh-update
This will download the latest version of myshell and replace the existing version.
Uninstalling
To uninstall myshell run the following command:
bash
msh-uninstall
This will remove the ~/.myshell
directory and all its contents.