Level Up Your Linux Shell with ZSH

Channel:
Subscribers:
14,500
Published on ● Video Link: https://www.youtube.com/watch?v=4wY05Ea0_aw



Duration: 1:34
273 views
13


#ZSH #Linux #ZShell

Full steps can be found at https://i12bretro.github.io/tutorials...

--------------------------------------------------------------------
What is ZSH?
--------------------------------------------------------------------
The Z shell (Zsh) is a Unix shell that can be used as an interactive login shell and as a command interpreter for shell scripting. Zsh is an extended Bourne shell with many improvements, including some features of Bash, ksh, and tcsh. - https://en.wikipedia.org/wiki/Z_shell
 
--------------------------------------------------------------------
Install ZSH
--------------------------------------------------------------------
   01. Log into the Linux device
   02. Run the following commands in a terminal window
         update apt repositories
         sudo apt update
         install zsh
         sudo apt install zsh -y
         test zsh is working
         zsh --version
         set zsh as the default shell
         chsh -s $(which zsh)
         close the current terminal window
         exit
   03. Logout and back in or reboot the Linux device
   04. Launch a new terminal window to verify ZSH is now the default shell
   05. Step through the configuration questions
   06. That's it! Enjoy the power and beauty of zsh
 
--------------------------------------------------------------------
Install Oh My ZSH (Optional, but highly recommended)
--------------------------------------------------------------------
   01. Continue with the following commands in a terminal window
         install oh my zsh
         sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohm...)"
 


Connect with me and others ###
★ Discord:   / discord  
★ Reddit:   / i12bretro  
★ Twitter:   / i12bretro  







Tags:
Customizable Linux Shell
Debian
Home Lab
Home Lab Ideas
How To
Improved Linux Shell
Install Guide
Linux
Linux Shell
OhMyZSH
Terminal
Themeable Linux Shell
Tutorial
Z Shell
ZSH
i12bretro