Skip to content

longslvr/longsilvern-zsh-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

longsilvern-zsh-theme

A zsh theme that provides you an extra bit functionalities without weighing you down.
Theme preview

Features


A few quality of life functionalities to enhance your shell experiences:

  • Measured Execution Time : Calculate the elapsed time of the previously successful executed command.
    Don't know whether you have enough time to grab a coffee while waiting for the code to compile? Now you do.
  • Condensed Path : Got lost in a deep logs folder hierarchy? This will help you find your root and where you currently are.
    (Need full path? pwd is one command away)
  • Git Prompt :
    • Condensed Branch Name : shorten the branch name with > 18 chars long to save space.
      (git branch for the full branch name)
    • Git Status: Show the status of the current working git repository
      • ⇡ (Green) : Current branch is ahead of HEAD
      • ⇣ (Red) : Current branch is behind HEAD
      • * (Yellow) : Current branch has uncommitted changes (e.g: modified/added/deleted files)


Installation


Requirement

Instructions

  • Clone the repository:
git clone https://github.com/long263/longsilvern-zsh-theme.git ${ZSH_CUSTOM}/themes/longsilvern-zsh-theme
  • Create a symbolic link
ln -s ${ZSH_CUSTOM}/themes/longsilvern-zsh-theme/longsilvern.zsh-theme ${ZSH_CUSTOM}/themes/longsilvern.zsh-theme
  • Set theme
sed -i 's/ZSH_THEME=".*"/ZSH_THEME="longsilvern"/1' ~/.zshrc
  • Reset shell to take the new change
source ~/.zshrc

Previews


Windows Subsystem

WSL screenshot

About

Just a Zsh theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published