mirror of
https://github.com/sbrl/bin.git
synced 2018-01-10 21:33:46 +00:00
Add code to utilise cloudsurfer to README
This commit is contained in:
parent
93c24a04b8
commit
50a6f07dbd
1 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue