“instalar oh my zsh mac” Código de respuesta

instalar oh my zsh mac

Install zsh:
	- On Linux:
    	sudo apt-get install zsh
	- On MacOS (should already been installed):
    	brew install zsh

Install oh-my-zsh via curl:
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Install oh-my-zsh via wget:
sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"

Themes:
https://github.com/ohmyzsh/ohmyzsh/wiki/Themes

Plugins:
https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins
Noelito Pepito

Cómo usar ZSH en Mac

brew install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
Breakable Baboon

ZSHRC

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Defeated Dog

Respuestas similares a “instalar oh my zsh mac”

Preguntas similares a “instalar oh my zsh mac”

Más respuestas relacionadas con “instalar oh my zsh mac” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código