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