ChristBASHTree/README.md
2018-01-12 18:00:25 -03:00

62 lines
1.1 KiB
Markdown

# ChristBASHTree
You know, a Christmas tree on Bash :)
![Screenshot](./screenshot.png?raw=true)
# Usage
Via cURL:
```
# English version
curl https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-EN.sh | bash
# Spanish version
curl https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-ES.sh | bash
```
Via Wget:
```
# English version
wget -qO- https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-EN.sh | bash
# Spanish version
wget -qO- https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-ES.sh | bash
```
Git clone and execute:
```
git clone https://github.com/sergiolepore/ChristBASHTree.git && cd ./ChristBASHTree && bash tree-EN.sh
```
__Enjoy!__
# FAQ
## License?
[Do what you want with it](./LICENSE) license.
## Will it run under _whatever-OS_?
Only GNU/Linux and Unix flavors.
## What OS are you using?
Ubuntu 17.10.
## What about your terminal emulator?
[Tilix](https://gnunn1.github.io/tilix-web/)
## And your color palette?
Custom, based on Atom's "One Dark" theme.
## Contributors
[Here](https://github.com/sergiolepore/ChristBASHTree/graphs/contributors)