diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-05-31 16:56:02 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-05-31 16:56:02 +0200 |
| commit | 2c394e83426c7ec1fd98f3adb998fc6420d6fa8a (patch) | |
| tree | 682a365b806c14a9b7a68469859a8afc823d01f4 | |
| parent | 895c0b0c2fa6ed4c4d2a19a8fe3cf465d4a2203b (diff) | |
Add cht.sh and update POW header
| -rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 |
