An open API service indexing awesome lists of open source software.

https://github.com/fmind/pyfiles

Configuration of my favorite tools (Python only).
https://github.com/fmind/pyfiles

Last synced: 5 months ago
JSON representation

Configuration of my favorite tools (Python only).

Awesome Lists containing this project

README

          

# pyfiles

Configuration of my favorite programming tools (Python only).

# Installation

```bash
ansible-playbook playbook.yml
```

# Configuration

```bash
which xonsh >> /etc/shells
chsh -s $(which xonsh)
```