Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

zsh mac

$ brew install zsh
Comment

install 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
Comment

how to use zsh on mac

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

PREVIOUS NEXT
Code Example
Shell :: bash run a command every x second 
Shell :: install openai gym 
Shell :: docker sudo how to add user 
Shell :: composer xampp windows 
Shell :: read last line file bash 
Shell :: git reflog 
Shell :: IlluminateHttpExceptionsPostTooLargeException Ubuntu 
Shell :: uninstall package with pip 
Shell :: linux convert mp3 to ogg 
Shell :: how to install a app from adb 
Shell :: net start docker service 
Shell :: how to create a host driver in docker 
Shell :: vscode tab not working ubuntu windows 
Shell :: ords version view 
Shell :: rename file in git 
Shell :: install cassandra 
Shell :: uninstall all requirements 
Shell :: ubuntu reset path 
Shell :: slow internet wifi speed on ubuntu 18.04 
Shell :: install angular app 
Shell :: remove a directory 
Shell :: We no longer support global installation of Create React App. 
Shell :: install vlc rhel 
Shell :: bash make directory 
Shell :: install criterion ubuntu 
Shell :: conda install numba 
Shell :: gitlab reset password 
Shell :: linux sudo /opt/lampp/lampp start command not found 
Shell :: ssh login windows 
Shell :: Connect to a VM instance by using SSH. 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =