summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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