-
Notifications
You must be signed in to change notification settings - Fork 3
Install Oh‐My‐Zsh
Asterios Raptis edited this page Mar 21, 2024
·
3 revisions
You can now install Oh-My-Zsh with the command-line either curl
or wget
.
Note: on ubuntu curl is not installed. You have to install it by your own. If you want to install follow instruction from here
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
A detailed install description of Oh-My-Zsh is on this link github.com/robbyrussell/oh-my-zsh