2014-12-24 15:38:57 +00:00
|
|
|
# ChristBASHTree
|
|
|
|
|
2016-02-12 01:00:35 +00:00
|
|
|
You know, a Christmas tree on Bash :)
|
2014-12-24 15:38:57 +00:00
|
|
|
|
2016-02-12 01:00:35 +00:00
|
|
|
![Screenshot](./screenshot.png?raw=true)
|
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
|
2016-02-12 01:00:35 +00:00
|
|
|
curl https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-ES.sh | bash
|
2014-12-24 15:46:45 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
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?
|
|
|
|
|
2016-02-12 01:00:35 +00:00
|
|
|
OSX 10.11.3 "El Capitan"
|
2014-12-24 16:06:22 +00:00
|
|
|
|
|
|
|
## What about your terminal emulator?
|
|
|
|
|
2016-02-12 01:00:35 +00:00
|
|
|
[iTerm2](https://iterm2.com/)
|
2014-12-24 16:06:22 +00:00
|
|
|
|
|
|
|
## And your color palette?
|
|
|
|
|
2016-02-12 01:00:35 +00:00
|
|
|
[Dracula](https://zenorocha.github.io/dracula-theme/iterm/)
|
|
|
|
|
|
|
|
## Contributors
|
|
|
|
|
|
|
|
[Here](https://github.com/sergiolepore/ChristBASHTree/graphs/contributors)
|