ChristBASHTree/README.md

69 lines
1.3 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
```
2018-01-13 03:45:06 +00:00
Docker:
```
docker pull sergiolepore/christbashtree:latest
docker run -it sergiolepore/christbashtree:latest
```
2014-12-24 15:46:45 +00:00
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
2018-01-12 21:00:25 +00:00
## License?
[Do what you want with it](./LICENSE) license.
2014-12-24 16:06:22 +00:00
## Will it run under _whatever-OS_?
2018-01-12 21:00:25 +00:00
Only GNU/Linux and Unix flavors.
2014-12-24 16:06:22 +00:00
## What OS are you using?
2018-01-12 21:00:25 +00:00
Ubuntu 17.10.
2014-12-24 16:06:22 +00:00
## What about your terminal emulator?
2018-01-12 21:00:25 +00:00
[Tilix](https://gnunn1.github.io/tilix-web/)
2014-12-24 16:06:22 +00:00
## And your color palette?
2018-01-12 21:00:25 +00:00
Custom, based on Atom's "One Dark" theme.
## Contributors
[Here](https://github.com/sergiolepore/ChristBASHTree/graphs/contributors)