This commit is contained in:
anki-code 2020-04-05 01:03:07 +03:00
parent 2503b3d19f
commit 501d2a4e7f

View file

@ -68,14 +68,14 @@ To reusing arguments there is `~/.config/xxh/config.xxhc` config file in [YAML](
```yaml ```yaml
hosts: hosts:
".*": # for all hosts ".*": # for all hosts
+s: xxh-shell-fish # use fish shell +s: fish # use Fish shell
myhost: # settings for myhost myhost: # settings for myhost
-p: 2222 # set special port -p: 2222 # set special port
+s: xxh-shell-zsh # use zsh shell +s: zsh # use zsh shell
+I: # install xxh packages (if not installed) +I: # install xxh packages (if not installed)
- xxh-shell-zsh # install xxh-shell - xxh-shell-zsh # install portable Zsh
- xxh-plugin-zsh-ohmyzsh # install xxh-plugin - xxh-plugin-zsh-ohmyzsh # install Oh My Zsh plugin for xxh
+e: # set simple environment variables +e: # set simple environment variables
- ZSH_THEME="clean" # set ohmyzsh theme - ZSH_THEME="clean" # set ohmyzsh theme
- MYENV="hello world" # another environment variable - MYENV="hello world" # another environment variable