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!

#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

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 :: start tomcat 9 as a service windows 
Shell :: how to change webmin password from command line 
Shell :: powershell add line to beginning of file 
Shell :: grep everything after a pattern 
Shell :: how to find the oldest files git 
Shell :: how to use git in terminal 
Shell :: bash count files in directory recursively matchingattern 
Shell :: how to check super user in linux 
Shell :: move commit from master to branch 
Shell :: how to git push in jenkins pipeline 
Shell :: sudo run command as another user 
Shell :: powershell open folder 
Shell :: command line history search 
Shell :: git merge a branch to master/main 
Shell :: check if bash variable is undefined 
Shell :: git pull in another branch 
Shell :: sudo pip3 install 
Shell :: linux cut 
Shell :: /bin/bash^M: bad interpreter: No such file or directory 
Shell :: git a clean history 
Shell :: linux check if a group exist or not 
Shell :: yarn install production only 
Shell :: git pull <remote 
Shell :: linux how to make makefile 
Shell :: delete all lines in vi 
Shell :: where to store env file in firebase functions 
Shell :: cut first 10 characters linux 
Shell :: node version manager 
Shell :: E: Unable to locate package libclang-cpp-dev 
Shell :: create a new branch based on another branch 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =