Posts Oh My Zsh
Post
Cancel

Oh My Zsh

With Oh My Zsh - a framework for managing Zsh configuration - we’re getting into the >100K GitHub stars territory. Oh My Zsh brings your Z shell to another level with numerous plugins, helpers, themes & vast community support!

https://ohmyz.sh/

https://github.com/ohmyzsh/ohmyzsh


Fedora and Powerline

install 2 packages jssudo dnf install powerline powerline-fonts

add to ~/.bashrc file

1
2
3
4
5
6
if [ -f `which powerline-daemon` ]; then
  powerline-daemon -q
  POWERLINE_BASH_CONTINUATION=1
  POWERLINE_BASH_SELECT=1
  . /usr/share/powerline/bash/powerline.sh
fi

src - https://fedoramagazine.org/add-power-terminal-powerline/

home - https://github.com/powerline/powerline

origin - https://www.pipiscrew.com/?p=16438 oh-my-zsh

This post is licensed under CC BY 4.0 by the author.
Contents

Trending Tags