ChristBASHTree/README.md
2016-02-11 22:00:35 -03:00

58 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
## Will it run under _whatever-OS_?
Only Linux and Unix flavors.
## What OS are you using?
OSX 10.11.3 "El Capitan"
## What about your terminal emulator?
[iTerm2](https://iterm2.com/)
## And your color palette?
[Dracula](https://zenorocha.github.io/dracula-theme/iterm/)
## Contributors
[Here](https://github.com/sergiolepore/ChristBASHTree/graphs/contributors)