Skip to content

dbernhard-0x7CD/zsh-dbern-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My zsh theme

Look

look of my theme

Meaning of the right prompt: [Battery | Load average 5m 10m 15m | Time]

The bottom line is from tmux (terminal multiplexer).

Within subfolder

look of my theme

Installation - Laptop

  • install zsh / (clone zsh, build and install)
  • clone oh-my-zsh
    • wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh
    • sh install.sh
  • Download the theme sources
wget -P ~/.oh-my-zsh/themes https://raw.githubusercontent.com/dbernhard-0x7CD/zsh-dbern-theme/main/dbern-laptop.zsh-theme
  • Set theme in ~/.zshrc
    • ZSH_THEME="dbern-laptop"
  • source ~/.zshrc
  • For themes using UTF-8 characters (like mine below) it's necessary to use an UTF-8 locale (localectl returns something like " System Locale: LANG=en_US.UTF-8")

Installation - Server

  • install zsh / (clone zsh, build and install)
  • clone oh-my-zsh
    • wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh
    • sh install.sh
  • Download the theme sources
wget -P ~/.oh-my-zsh/themes https://raw.githubusercontent.com/dbernhard-0x7CD/zsh-dbern-theme/main/dbern.zsh-theme
  • Set theme in ~/.zshrc
    • ZSH_THEME="dbern"
  • source ~/.zshrc
  • For themes using UTF-8 characters (like mine below) it's necessary to use an UTF-8 locale (localectl returns something like " System Locale: LANG=en_US.UTF-8")

Credits

The shortened path is copied from this theme: fishy

About

A theme for zsh

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published