Remove unnecessary spaces from code blocks

master
Adam Kruszewski 2023-05-13 11:37:59 +02:00
parent f571f8ef03
commit b8d443de1a
1 changed files with 3 additions and 3 deletions

View File

@ -17,15 +17,15 @@ Error indicator is shown using a unicode emoji character - it was tested with No
- Clone the repository to chosen location (assuming =~/Src/zsh-theme-min-percent=)
- Add zplug directive to load theme:
#+begin_src shell
zplug "~/Src/zsh-theme-min-percent", use:"min-percent.zsh-theme", from:local, as:theme
zplug "~/Src/zsh-theme-min-percent", use:"min-percent.zsh-theme", from:local, as:theme
#+end_src
** Using oh-my-zsh
- Clone the repository to chosen location (assuming =~/Src/zsh-theme-min-percent=)
- Copy theme file so Oh-My-ZSH can find it:
#+begin_src shell
cp ~/Src/zsh-theme-min-percen/min-percent.zsh-theme ~/.oh-my-zsh/custom/themes/
cp ~/Src/zsh-theme-min-percen/min-percent.zsh-theme ~/.oh-my-zsh/custom/themes/
#+end_src
- Set theme in your =.zshrc=, before sourcing Oh-My-ZSH:
#+begin_src shell
ZSH_THEME=min-percent
ZSH_THEME=min-percent
#+end_src