ChristBASHTree/README.md
Raydelto Hernandez 3836a93d60 Update README.md
2015-12-25 19:31:35 -04:00

58 lines
1.3 KiB
Markdown

# ChristBASHTree
A Christmas tree on Bash created initially by Sergio Lepore, updated by Raydelto Hernandez for keeping track automatically of subsequents years.
![](https://i.imgur.com/x2ENBsL.png)
# 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?
Ubuntu 14.04.
## WTH is that Window Theme?
[Yosembiance Theme (GTK3)](http://www.sundman.ca/themes/yosembiance/).
## What about your terminal emulator?
It's the classic Gnome Terminal, running [Byobu](http://byobu.co/).
## And your color palette?
[Base 16 Ocean Dark](https://github.com/chriskempson/base16-gnome-terminal).