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
- 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
- clone this repo #+begin_src shell git clone "https://github.com/sdlea/omz-theme-sdt.git" #+end_src
- copy sdt.zsh-theme file to $ZSH_CUSTOM/themes, then change zshrc file.
- 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.