Skip to content

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.

via curl

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)"

via wget

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

Clone this wiki locally