DEV Community

Mannu
Mannu

Posted on

5 1 1

My zsh config

My .zshrc file [zinit]

alt text

to use it make sure u have following dependencies

  • make sure your terminal support true colours and icons. use nerd fonts for terminal

  • install dependenices git, zsh, fzf, zoxide, thefuck



# Ubuntu or any debian based distro
sudo apt install zsh git fzf zoxide thefuck

# Arch based distro
yay -S zsh git fzf zoxide thefuck # replace yay with paru if u use paru



Enter fullscreen mode Exit fullscreen mode


# install my .zshrc
git clone https://github.com/MannuVilasara/dotZshrc.git
cd dotZshrc
mv ~/.zshrc ~/.zshrc.bak
mv .zshrc ~/
zsh



Enter fullscreen mode Exit fullscreen mode

The powerlevel-10k configuration will start automatically, if it doesn't type p10k configure to start it or reconfigure it.

Make sure to star the repo ⭐

Top comments (3)

Collapse
 
wearypossum4770 profile image
Stephen Smith

What are these programs we are installing?

Collapse
 
mannu profile image
Mannu

well here's list of the programs and their work (u can google them as well haha)
zsh: our shell we will be using
git: a version control system. we will be using it to clone the cloud repos
fzf: also called fuzzy finder gives us interactive menu of the items/args
zoxide: better cd
thefuck: corrects the commands if entered wrong :)

Collapse
 
ibnereham profile image
ibnereham

last one caught me off-guard.

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay