Skip to content

It's my individual configuration of zsh. You can see that sequence of configuration. As a case in point: installment, troubleshoot, plugs, theme and so on.

Notifications You must be signed in to change notification settings

purevsurena/zsh-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Install and set up zsh as default

1. Install zsh

 $ sudo apt install zsh

2. check zsh version

zsh --version

c 3. Make it your default shell:

 $ chsh -s $(which zsh)

4 - A . Install oh-my-zsh via curl:

 $ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

4 - B . Install oh-my-zsh via wget:

 $ sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

5. Restart computer:

Plugins

Go to .zshrc file then add plugns plugins=(git ....)

Plugns link | https://github.com/ohmyzsh/ohmyzsh/wiki/Plugins

Themes

In order to enable a theme, set ZSH_THEME to the name of the theme in your ~/.zshrc, before sourcing Oh My Zsh; for example: ZSH_THEME=robbyrussell If you do not want any theme enabled, just set ZSH_THEME to blank: ZSH_THEME="" Themes link | https://github.com/ohmyzsh/ohmyzsh/wiki/Themes

My favorite theme

power level 10k Themes link | https://github.com/romkatv/powerlevel10k

About

It's my individual configuration of zsh. You can see that sequence of configuration. As a case in point: installment, troubleshoot, plugs, theme and so on.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published