Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.03 KB

README.md

File metadata and controls

23 lines (20 loc) · 1.03 KB

The dotfiles plugin is the start point to create something similar to dotfiles project for xxh.

The home directory contains the files which will be copied to xxh home directory (default /home/user/.xxh/) before running shell. The XDG directory .config will be copied to $XDG_CONFIG_HOME (default /home/user/.xxh/.config). Learn more about home settings in docs.

Install

From xxh repo:

xxh +I xxh-plugin-prerun-dotfiles

From any repo:

xxh +I xxh-plugin-prerun-dotfiles+git+https://github.com/xxh/xxh-plugin-prerun-dotfiles

Connect:

xxh yourhost +if

Preinstall Python packages

Add python packages to pip-requirements.txt and they will be in $XXH_HOME/.local. This is compatible with xxh-shell-xonsh and xxh-plugin-prerun-python.