ChristBASHTree/README.md
2014-12-24 13:06:22 -03:00

58 lines
1.2 KiB
Markdown

# ChristBASHTree
You know, a Christmas tree on Bash :)
[](https://i.imgur.com/k6SS8O4.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_?
You just need Bash. That's all.
## 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).