linux_wiki:zsh_and_oh-my-zsh

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux_wiki:zsh_and_oh-my-zsh [2018/07/28 16:00]
billdozor created
linux_wiki:zsh_and_oh-my-zsh [2019/05/25 23:50]
Line 1: Line 1:
-====== Zsh And Oh-my-zsh ====== 
- 
-**General Information** 
- 
-Setting up great looking terminals with zsh, oh-my-zsh and theming.  
- 
-**Checklist** 
-  * Fedora 28, Ubuntu 16.04 or Enterprise Linux 7 
- 
----- 
- 
-====== Install ZSH ====== 
- 
-Install zsh. 
-  * Fedora<code bash>sudo dnf install zsh</code> 
-  * Ubuntu<code bash>sudo apt install zsh</code> 
-  * EL 7<code bash>sudo yum install zsh</code> 
- 
-===== Set ZSH As Default Login Shell ===== 
- 
-Configure zsh as your default login shell. 
-  * Fedora, Ubuntu, EL 7 
-    * Change shell<code bash>chsh -s $(which zsh)</code> 
-    * Log out and back in 
-    * Verify<code bash>echo $SHELL</code> 
- 
-**Note**: This only works for local accounts. If you are using LDAP, you will need to set your default login shell in your LDAP user profile. 
- 
----- 
- 
-====== Install oh-my-zsh ====== 
- 
-Oh-My-Zsh is a framework for managing zsh configuration. It adds tons of themes and plugins to zsh. 
- 
-Official site: https://ohmyz.sh/ 
- 
-  * Install pre-reqs (git and curl) 
-    * Fedora<code bash>sudo dnf install git curl</code> 
-    * Ubuntu<code bash>sudo apt install git curl</code> 
-    * EL 7<code bash>sudo yum install git curl</code> 
-  * Install oh-my-zsh<code bash>sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"</code> 
- 
----- 
  
  • linux_wiki/zsh_and_oh-my-zsh.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)