This commit is contained in:
anki-code 2020-03-14 01:32:15 +03:00
parent 35c7663bd5
commit 7ef234af5a
2 changed files with 0 additions and 2 deletions

View file

@ -33,7 +33,6 @@ hosts:
-p: 2222 # set special port -p: 2222 # set special port
+s: xxh-shell-zsh # set zsh shell +s: xxh-shell-zsh # set zsh shell
+e: ZSH_THEME="clean" # set ohmyzsh theme +e: ZSH_THEME="clean" # set ohmyzsh theme
+e: plugins="(git docker)" # set ohmyzsh plugins
"company-.*": # for all hosts by regex pattern "company-.*": # for all hosts by regex pattern
+if: # don't asking about install (++install-force) +if: # don't asking about install (++install-force)

View file

@ -17,7 +17,6 @@
# -p: 2222 # set special port # -p: 2222 # set special port
# +s: xxh-shell-zsh # set zsh shell # +s: xxh-shell-zsh # set zsh shell
# +e: ZSH_THEME="clean" # set xxh-plugin-zsh-ohmyzsh theme # +e: ZSH_THEME="clean" # set xxh-plugin-zsh-ohmyzsh theme
# +e: plugins="(git docker)" # set xxh-plugin-zsh-ohmyzsh plugins
# #
# "company-.*": # for all hosts by regex pattern # "company-.*": # for all hosts by regex pattern
# +if: # don't asking about install (++install-force) # +if: # don't asking about install (++install-force)