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 :: how to install cab file in ubuntu 
Shell :: github accout change on vsc 
Shell :: linux get oldest file in directory 
Shell :: how to install telegram send 
Shell :: how to check whether a string contains a special character or not in bash 
Shell :: bash remove string from string 
Shell :: cannot update paths and switch to branch at the same time 
Shell :: how to remove something from bin folder in ubuntu 
Shell :: remove file via command line 
Shell :: create git repository 
Shell :: speed up ffmpeg video 
Shell :: docker create image 
Shell :: ruby install on fedora 
Shell :: ssl erzwingen htaccess 
Shell :: install flutter in android studio 
Shell :: pull everything git 
Shell :: wsl storage does not release 
Shell :: vim delete every other line 
Shell :: how to format pendrive on ubuntu 
Shell :: install stylelint 
Shell :: copy file from server to local 
Shell :: how to kill a process in linux 
Shell :: pip install influxdb 
Shell :: linux makefile 
Shell :: git assume undo unchanged 
Shell :: store env file in firebase functions 
Shell :: set forked repo as upstream 
Shell :: nvm fish shell 
Shell :: how to display specific lines from a file in linux 
Shell :: install solidity compiler command with version 
ADD CONTENT
Topic
Content
Source link
Name
4+5 =