ChristBASHTree/README.md

58 lines
1.1 KiB
Markdown
Raw Normal View History

2014-12-24 15:38:57 +00:00
# ChristBASHTree
You know, a Christmas tree on Bash :)
2014-12-24 15:38:57 +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
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?
OSX 10.11.3 "El Capitan"
2014-12-24 16:06:22 +00:00
## What about your terminal emulator?
[iTerm2](https://iterm2.com/)
2014-12-24 16:06:22 +00:00
## And your color palette?
[Dracula](https://zenorocha.github.io/dracula-theme/iterm/)
## Contributors
[Here](https://github.com/sergiolepore/ChristBASHTree/graphs/contributors)