ChristBASHTree/README.md

58 lines
1.3 KiB
Markdown
Raw Normal View History

2014-12-24 15:38:57 +00:00
# ChristBASHTree
2015-12-25 23:31:35 +00:00
A Christmas tree on Bash created initially by Sergio Lepore, updated by Raydelto Hernandez for keeping track automatically of subsequents years.
2014-12-24 15:38:57 +00:00
2015-12-25 23:34:05 +00:00
![](http://www.raydelto.org/ray_christ.png)
2014-12-24 16:06:22 +00:00
2014-12-24 15:38:57 +00:00
# Usage
2014-12-24 15:46:45 +00:00
Via cURL:
2014-12-24 15:38:57 +00:00
2014-12-24 15:46:45 +00:00
```
# 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!__
2014-12-24 16:06:22 +00:00
# FAQ
## Will it run under _whatever-OS_?
2014-12-24 16:17:53 +00:00
Only Linux and Unix flavors.
2014-12-24 16:06:22 +00:00
## 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).