ChristBASHTree/README.md

82 lines
1.7 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
2019-12-13 23:41:21 +00:00
# Turkish version
curl https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-TR.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
2019-12-13 23:41:21 +00:00
# Turkish version
wget -qO- https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-TR.sh | bash
2014-12-24 15:46:45 +00:00
```
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:
```
2019-12-13 23:41:21 +00:00
#English version
2014-12-24 15:46:45 +00:00
git clone https://github.com/sergiolepore/ChristBASHTree.git && cd ./ChristBASHTree && bash tree-EN.sh
2019-12-13 23:41:21 +00:00
#Spanish version
git clone https://github.com/sergiolepore/ChristBASHTree.git && cd ./ChristBASHTree && bash tree-ES.sh
#Turkish version
git clone https://github.com/sergiolepore/ChristBASHTree.git && cd ./ChristBASHTree && bash tree-TR.sh
2014-12-24 15:46:45 +00:00
```
__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)