Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install oh my zsh M1

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

PREVIOUS NEXT
Code Example
Shell :: linux remove last line from file 
Shell :: INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package com.*.version signatures do not match previously installed version; ignoring! 
Shell :: ubuntu get external ip 
Shell :: bash size of array 
Shell :: kill port from terminal on mac 
Shell :: cargo add command not found 
Shell :: schedule shell script mac 
Shell :: progress bar file.tar.xz extract 
Shell :: android mobile screen share in ubunut 
Shell :: how to revert back to previous commit in git permanently 
Shell :: Set wp-config.php using wp-cli 
Shell :: remove git proxy local 
Shell :: ubuntu disk free space 
Shell :: cut first word 
Shell :: @react-native-community/netinfo 
Shell :: install exact version npm 
Shell :: how to install python on linux/terminal 
Shell :: ubuntu cmd firewall give access to port 
Shell :: install pcl ubuntu 
Shell :: git reset last commit keep changes 
Shell :: brew status service 
Shell :: workbench linux 
Shell :: reset to origin 
Shell :: remove directory from git 
Shell :: how to add project to bitbucket 
Shell :: bash how many files in a directory 
Shell :: ubuntu taskbar not showing incons for current applications 
Shell :: git amend last commit message 
Shell :: ngx-material-file-input 
Shell :: list of git branches 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =