1
0
Fork 0

Add code to utilise cloudsurfer to README

This commit is contained in:
Starbeamrainbowlabs 2017-07-06 08:45:41 +01:00 committed by GitHub
parent 93c24a04b8
commit 50a6f07dbd
1 changed files with 6 additions and 1 deletions

View File

@ -69,6 +69,11 @@ Here's a list of things it currently supports:
- Colouring the prompt to remind you that cloudsurfer is active
- _(Got an idea of something to include? File an issue, or open a pull request!)_
To use it, simply paste this into the target terminal:
```bash
cstemp=$(mktemp); curl -o ${cstemp}; -L https://goo.gl/ZTtVRq; chmod +x ${cstemp}; source ${cstemp}; rm ${cstemp};
```
## Disclaimer
I don't own many of the tools in this repository. If you are an owner of one of these tools and I haven't linked to you, please let me know as I probably forgot.