Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

zsh install

sudo apt-get install zsh
Comment

install oh my zsh linux

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

install Oh My ZSH linux

sudo apt-get install zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Comment

install oh my zsh!

#1
sudo apt-get install curl
#2
sudo apt install zsh -y
#3
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Comment

install Oh My ZSH linux

sudo apt-get install zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Comment

PREVIOUS NEXT
Code Example
Shell :: see default gateway linux 
Shell :: how to restart postgresql ubuntu 
Shell :: git all branches 
Shell :: bash loop lines in file 
Shell :: git stash show 
Shell :: posh-git installation on PowerShell 
Shell :: bash move a list of files 
Shell :: uninstall mono ubuntu 
Shell :: certbot expand certificate 
Shell :: how to revert back to previous commit in git 
Shell :: docker force remove container 
Shell :: git pull with username and password 
Shell :: install nodejs on ubuntu 
Shell :: remove first word of pipe output 
Shell :: error running pod install 
Shell :: git go back to previous commit remote branch 
Shell :: refusing to merge unrelated histories git 
Shell :: verify xcode command tools installation 
Shell :: How to download git for linux and unix 
Shell :: uncommit last commit in local 
Shell :: shell open program 
Shell :: git reset branch 
Shell :: how to install visual studio code in ubuntu 
Shell :: git remove added file 
Shell :: add local project to bitbucket 
Shell :: install docker centos 8 
Shell :: how to unstage changes in git 
Shell :: git add submodule branch 
Shell :: change owner of file in linux 
Shell :: list of files in git commit 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =