mirror of
https://github.com/xxh/xxh
synced 2024-11-23 20:33:08 +00:00
984 B
984 B
xxh plugin — is the set of files which will be run when xonsh will be installed or started though xxh.
xxh plugins list
Pinned plugins:
Install xxh plugin
To install xxh plugin just place the plugin directory to the plugins
in xxh home path. Example:
cd ~/.xxh/plugins/
git clone --depth 1 https://github.com/xonssh/xxh-plugin-theme-bar
Then run:
xxh <server>
Create xxh plugin
To create xxh plugin you can create your_plugin
directory in ~/.xxh/plugins/your_plugin
(by default) on your home host with files:
install.xsh
will be executed once after xxh installation on the hostxonshrc.xsh
will be executed every time you'll be connect via xxh to the host