[READ-ONLY] Mirror of https://github.com/mrgnw/dotfiles_xsh. dotfiles with xonsh
0

Configure Feed

Select the types of activity you want to include in your feed.

20 1 0

Clone this repository

https://git.vm.fail/xcc.es/dotfiles_xsh https://git.vm.fail/did:plc:ksh6swg5w3qkgrhuv5mipnmv
ssh://git@knot1.tangled.sh:2222/xcc.es/dotfiles_xsh ssh://git@knot1.tangled.sh:2222/did:plc:ksh6swg5w3qkgrhuv5mipnmv

For self-hosted knots, clone URLs may differ based on your setup.


README.md

Dotfiles using Xonsh#

python -m pip install 'xonsh[full]'

Make xonsh load custom files by sourcing ~/.xsh/.rc in the default ~/.xonshrc

mkdir -p ~/.xsh && touch ~/.xsh/.rc
echo 'source ~/.xsh/.rc' > ~/.xonshrc

Add .rc from this repository

curl -L https://a.xcc.es/xshrc -o ~/.xsh/.rc