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).
- Host: GitHub
- URL: https://github.com/fmind/pyfiles
- Owner: fmind
- License: other
- Created: 2022-10-08T11:07:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-14T14:02:25.000Z (over 3 years ago)
- Last Synced: 2025-04-11T04:43:18.868Z (about 1 year ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)
```