Update README.md

This commit is contained in:
amogus3016 2021-11-15 21:37:13 -05:00 committed by GitHub
parent a508590312
commit 7d66befcbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,12 @@
xinfo is a simpler alternative to neofetch. Although not as visually appealing as neofetch, xinfo aims to provide a simple, easy to read system information output that is easily modifiable should the user know basic python. One notable advantage of xinfo is that, no matter what operating system you run, as long as it supports python, xinfo will just work. xinfo is a simpler alternative to neofetch. Although not as visually appealing as neofetch, xinfo aims to provide a simple, easy to read system information output that is easily modifiable should the user know basic python. One notable advantage of xinfo is that, no matter what operating system you run, as long as it supports python, xinfo will just work.
**INSTALLATION** **INSTALLATION**
- Download xinfo.py from this repository - Clone this repository (preferably to the Downloads folder)
- Add the following line to your shell's configuration file (~/.bashrc or ~/.zshrc): alias xinfo="python /path/to/file - Add the following line to your shell's configuration file (~/.bashrc or ~/.zshrc): alias xinfo="python /path/to/file (provide the path to xinfo.py)
**NOTES** **NOTES**
- Make sure not to clone the repository to /tmp. This will delete xinfo every time you boot your PC. - Make sure not to clone the repository to /tmp. This will delete xinfo every time you boot your PC.
- At its base level, xinfo is very simple. It is expected that the user will make modifications that will suit their needs. - At its base level, xinfo is very simple. It is expected that the user will make modifications that will suit their needs.
**GET FEATURED**
Want to have your xinfo configuration featured on the README? Contact me through github