Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install oh my zsh

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

oh my zsh git

curl -Lo install.sh https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh
sh install.sh
Comment

oh-my-zsh

Install:

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

or:

sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"
Comment

oh my zsh git

sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Comment

PREVIOUS NEXT
Code Example
Shell :: install mongo ubuntu 20.04 
Shell :: docker Error: no space left on device 
Shell :: docker install python 
Shell :: there are insecure directories /usr/local/share/zsh 
Shell :: can not ping github 
Shell :: git convert to crlf 
Shell :: android studio kvm is required to run this avd 
Shell :: how to clone a specific branch from github that you are not working 
Shell :: git push and pull not asking password 
Shell :: how to start xammp on linux 
Shell :: list inactive services ubuntu 
Shell :: pm2 show command 
Shell :: PowerShell read CSV file line by line 
Shell :: isntall skimage 
Shell :: how to push existing project to github 
Shell :: install yarn windows 
Shell :: kde increase fpsz 
Shell :: git restore file 
Shell :: git rm --cached 
Shell :: install polar linux 
Shell :: configure apache in ubuntu 
Shell :: express js 
Shell :: error eacces permission denied mkdir xampp ubuntu 
Shell :: install python docker 
Shell :: create dummy file windows 
Shell :: pm2 logs log time 
Shell :: intel hd 4000 ubuntu driver 
Shell :: install packages with pip jupyter 
Shell :: start-process id powershell 
Shell :: start arangodb 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =