2014-12-24 15:38:57 +00:00
|
|
|
# ChristBASHTree
|
|
|
|
|
|
|
|
You know, a Christmas tree on Bash :)
|
|
|
|
|
2014-12-24 16:08:27 +00:00
|
|
|
[](screenshot.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_?
|
|
|
|
|
|
|
|
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).
|