- Unix-like operating system (macOS or Linux)
- curl or wget should be installed
- git should be installed
Oh My Zsh is installed by running one of the following commands in your terminal. You can install this via the command-line with either curl
or wget
.
sh -c "$(curl -fsSL https://raw.githubusercontent.com/dgamboaestrada/jefe/master/install.sh)"
sh -c "$(wget https://raw.githubusercontent.com/dgamboaestrada/jefe/master/install.sh -O -)"
jefe init
jefe up
If you want to uninstall jefe-cli, just run ~/.jefe-cli/uninstall.sh
from the command-line. It will remove itself and revert your previous bash or zsh configuration.