Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install oh my zsh ubuntu

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

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

PREVIOUS NEXT
Code Example
Shell :: undo airmon-ng check kill 
Shell :: git remove file from history 
Shell :: git move changes to new branch 
Shell :: link an existing local git to remote repo 
Shell :: how to unstage changes in git 
Shell :: unix count files in directory with specific name 
Shell :: searching for a git folder 
Shell :: edit bash profile 
Shell :: windows service delete 
Shell :: nuget equivalent of npm install 
Shell :: powershell delete folder contents 
Shell :: bash new folder 
Shell :: add all changes and commit in git 
Shell :: delete branch git 
Shell :: git configure default editor 
Shell :: change execution policy in powershell 
Shell :: prolog how to run 
Shell :: start xampp 
Shell :: homebrew zsh completion 
Shell :: get file size in bash 
Shell :: git diff between local and remote branch 
Shell :: install typescript in node project 
Shell :: what .net framework do i have installed 
Shell :: how to end localhost 
Shell :: how to install jupyter 
Shell :: git log show diff 
Shell :: ngrok minecraft server 
Shell :: merge remote commits to local then push 
Shell :: linux how to undeo ctrl+z 
Shell :: git change commit id email 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =