From 2c394e83426c7ec1fd98f3adb998fc6420d6fa8a Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 31 May 2021 16:56:02 +0200 Subject: Add cht.sh and update POW header --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'README.md') 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 git@github.com: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 -- cgit v1.2.3