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 :: ufw difference between deny and reject 
Shell :: dpkg: error processing archive /var/cache/apt/archives/atftpd_0.7.git20210915- 
Shell :: odoo12 installation in ubuntu 16.04 
Shell :: command for moving files in linux 
Shell :: linux shutdown 
Shell :: git fetch and checkout branch 
Shell :: install memcache di linux 
Shell :: install adonisjs 
Shell :: powershell append file to another file 
Shell :: how to copy the content of the file to clipboard in bash 
Shell :: install docker on windows using powershell 
Shell :: my apache is not running ubuntu 
Shell :: java path ubuntu 20.04 
Shell :: docker command not available in ubuntu wsl 
Shell :: kubectl get logs of deployment 
Shell :: linux show uid 
Shell :: bash check if file is empty 
Shell :: sum decimals bash 
Shell :: Port 5000 is not open on localhost, could not start functions emulator 
Shell :: How to import a particular version of uuid 
Shell :: cim specific file drush 
Shell :: is there any difference between git push and git push origin master 
Shell :: how to add .env to gitignore 
Shell :: how to see how big a file is ubuntu terminal 
Shell :: install jupyter notebook 
Shell :: run ionic capacitor device 
Shell :: install openvino 
Shell :: cli zip 
Shell :: remove trailing slash 
Shell :: install opencv raspberry pi 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =