Linux

How To Customize Linux Terminal With OH MY ZSH (2023) || OH MY ZSH Tutorial



In this video, I am going to show you how to Customise Linux terminal With ZSH Or Oh My ZSH. A shell is a command line interpreter in linux system. Bash is the default shell that ships with most of the linux distributions. It’s a solid and standard legacy tool which doesn’t allow customization. This is where ZSH comes into the picture.

ZSH is an interactive command line interpreter that incorporates most of the useful features of bash and ksh along with additional features. With the help of OH MY ZSH framework you can customise ZSH with themes, functions and plugins.

#kskroyal #linux #ohmyzsh

*Commands*
_____________

*Install Dependencies*
*Debian* : sudo apt install wget curl xclip git
*ArchLinux* : sudo pacman -S wget curl xclip git
*Fedora* : sudo dnf install wget curl xclip git

*Install ZSH*:
*Debian* : sudo apt install zsh
*ArchLinux* : sudo pacman -S zsh
*Fedora* : sudo dnf install zsh

*Setup Oh my ZSH Framework*

*Plugins*
*Zsh-Auto-Suggestions*
git clone ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

*Zsh-Syntax-Highlighting*
git clone ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

*PowerLevel10K Theme*
git clone $ZSH_CUSTOM/themes/powerlevel10k

*Support My Work* ↪

*Watch Other Tech Videos*
Install Asahi Linux On M1 or M2 Mac Step-By-Step ↪
Install Rocky Linux ON M1 Mac With UTM ↪
Install ubuntu On m1 Mac ↪
Install ChromeOS Flex On Any PC / Laptop ↪
________________
© KSK ROYAL
Meresai
________________

[ad_2]

source

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button