A Python package that mimics the Oh-My-ZSH shell. This package creates a colorful ZSH prompt.
To install PySh onto your system, run
pip install python-pysh
in your terminal.
If the command errors out, try
pip install git+git://github.com/Python3-8/python-pysh
.
If the second command errors out too, clone the GitHub repo for PySh, move the
pysh
folder to
your Pythonsite-packages
directory, copy thepysh/pysh.py
file to your Pythonbin
directory,
rename thepysh.py
file in your Pythonbin
directory topysh
, and runchmod +x <PYTHON_BIN_DIR>/pysh
in your terminal.
The following command on your terminal will run the PySh shell.
$ pysh
You may contact the developer of PySh at: pranav.pooruli@gmail.com