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 oh my zsh linux 
Shell :: bash delete a range of lines from a file 
Shell :: setup git in ubuntu 
Shell :: run cmd as administrator command line 
Shell :: permission exec linux 
Shell :: Deploy page 
Shell :: error: The following untracked working tree files would be overwritten by merge: 
Shell :: install x server wsl2 
Shell :: install rails 
Shell :: nvm install stable not found 
Shell :: Pyrit download command for linux 
Shell :: python install opencv 
Shell :: clear metro bundler cache 
Shell :: xargs multiple commands "mac" 
Shell :: revert local commit 
Shell :: react js router 
Shell :: delete all files with specific name ubuntu 
Shell :: gitlab ee version check 
Shell :: adding remote origin git 
Shell :: how to run a command on startup in linux ubuntu or centos 
Shell :: kill port mac terminal 
Shell :: IF NOT DIR BASH 
Shell :: reconfigure postfix 
Shell :: git download specific commit 
Shell :: ubuntu install tar.xz 
Shell :: nvm linux 
Shell :: install kind 
Shell :: pterodactyl installer 
Shell :: pip install bootstrap 
Shell :: get ip of raspberry pi 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =