README.org

January 17, 2025 ยท View on GitHub

  • sdt - my omz theme inspired by robbyrussell theme
    • customized prompt
    • and `LS_COLORS' [[./screenshots/demo.png]] ** dependency
    1. zsh
    2. [[https://github.com/ohmyzsh/ohmyzsh][oh-my-zsh]]
  • Expection #+begin_example user >> ~/path git(BRANCH -> REMOTE INFO [!.]) #+end_example
    • ^NUM :: ahead
    • _NUM(underscore) :: behind
    • *NUM :: untacked files
    • ,NUM :: staged but not commited yet
    • +NUM :: modified files
    • ?NUM :: conficted files
    • @NUM :: stash
    • ! :: "dirty" directory
    • .(period) :: "clean" directory
  • install
    1. clone this repo #+begin_src shell git clone "https://github.com/sdlea/omz-theme-sdt.git" #+end_src
    2. copy sdt.zsh-theme file to $ZSH_CUSTOM/themes, then change zshrc file.
    3. or run install.sh #+begin_src shell . ./install #+end_src
      • please make sure this script haing excutable permission.
      • please confirm omz custom directory before it cp theme file into it.
      • this script will owverwrite the existing theme file with same name.