Skip to content

JohnyKam/zsh-configuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zsh configuration

Just some .zshrc config backup shared between all machines.

Required: oh-my-zsh

Install zsh

Debian:

sudo apt-get install zsh

alpine:

apk add zsh

Install oh-my-zsh

Run this to install oh-my-zsh:

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

Install PowerLevel10K Theme for Oh My Zsh

Run this to install PowerLevel10K:

git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k>

Now that it's installed, open the "~/.zshrc" file with your preferred editor and change the value of "ZSH_THEME" as shown below:

ZSH_THEME="powerlevel10k/powerlevel10k"

To reflect this change on your terminal, restart it or run this command:

source ~/.zshrc

Meslo Nerd Font

https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Meslo

Update VSCode Terminal Font (Optional)

Open settings.json and add this line:

"terminal.integrated.fontFamily": "MesloLGS NF"

Configure PowerLevel10K

Restart terminal. You should now be seeing the PowerLevel10K configuration process. If you don't, run the following:

p10k configure

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages