summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-05-31 16:56:02 +0200
committerAhmed Abdelhalim <[email protected]>2021-05-31 16:56:02 +0200
commit2c394e83426c7ec1fd98f3adb998fc6420d6fa8a (patch)
tree682a365b806c14a9b7a68469859a8afc823d01f4
parent895c0b0c2fa6ed4c4d2a19a8fe3cf465d4a2203b (diff)
Add cht.sh and update POW header
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3dcfa8a..d9dcf74 100644
--- a/README.md
+++ b/README.md
@@ -118,7 +118,14 @@ brew install ansifilter
git clone [email protected]:a14m/.pass ~/.password-store
```
-- Other Useful tools setup
+- [cht.st](https://github.com/chubin/cheat.sh)
+```bash
+curl https://cht.sh/:cht.sh | sudo tee /usr/local/bin/cht.sh
+sudo chmod +x /usr/local/bin/cht.sh
+brew install rlwrap
+```
+
+- [POW](http://pow.cx/)
```bash
# Install pow
curl get.pow.cx | sh