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

how to use zsh on mac

brew install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/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

PREVIOUS NEXT
Code Example
Shell :: task manager linux 
Shell :: How to install specific Laravel version using composer 
Shell :: install php 8 debian 
Shell :: bash get user input 
Shell :: permissão de execução linux 
Shell :: check if a port is working 
Shell :: error: The following untracked working tree files would be overwritten by merge: static/platform_images/landing_page_img.png Please move or remove them before you merge. Aborting 
Shell :: wmv to mp4 ffmpeg 
Shell :: reverse string in shell script 
Shell :: ssh keygen 
Shell :: vim: command not found centos 
Shell :: poython opencv pip 
Shell :: linux delete user password 
Shell :: git flow init 
Shell :: kill a port windows 
Shell :: react router install 
Shell :: Installing plugins with vim-plug 
Shell :: bc sum command 
Shell :: install airflow in mac 
Shell :: mix ecto.migrate 
Shell :: emogi app linux 
Shell :: linux process holding deleted file 
Shell :: fcm post example curl 
Shell :: powershell function 
Shell :: jupyter python downkload 
Shell :: install snap change in progress ubuntu 
Shell :: Errors were encountered while processing: libglx-mesa0:amd64 
Shell :: centos web panel install 
Shell :: composer xampp windows 
Shell :: manjaro nvidia driver 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =