73 lines
1.4 KiB
Markdown
73 lines
1.4 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
|
|
```
|
|
|
|
Docker:
|
|
|
|
```
|
|
docker pull sergiolepore/christbashtree:latest
|
|
|
|
# English Version
|
|
docker run -it sergiolepore/christbashtree:latest
|
|
|
|
# Spanish Version
|
|
docker run -it -e BASH_TREE_LANG=ES sergiolepore/christbashtree:latest
|
|
```
|
|
|
|
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)
|