top | item 39631519

(no title)

kuczmama | 2 years ago

Somewhat related is "Oh My ZSH!" which is basically zsh on steroids, it's always one of the first things I install on a new computer. It gives things like new colors, themes, plugins, and more. Highly recommend you check it out.

https://ohmyz.sh/

discuss

order

zemnl|2 years ago

I used OhMyZsh! for a long time and really liked it, but now I moved to Starship [1]. However I noticed I still missed some of the "steroids" that OhMyZsh brought so I keep it installed in my system and I only source the plugins I need in the .zshrc:

  source /usr/share/oh-my-zsh/lib/completion.zsh
  source /usr/share/oh-my-zsh/lib/directories.zsh
  source /usr/share/oh-my-zsh/lib/history.zsh
  source /usr/share/oh-my-zsh/lib/spectrum.zsh
  source /usr/share/oh-my-zsh/lib/key-bindings.zsh
[1]: https://starship.rs/

jerpint|2 years ago

This + ohmytmux is my go to