summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-07-14 13:50:33 +0200
committerAhmed Abdelhalim <[email protected]>2021-07-14 13:50:33 +0200
commit65a96379ec98ce48b7b35a6875727694346710ba (patch)
tree76d283ba528ce171bd86aec531edf0ceee2af207
parent0d7cf1e331f54fd374c02667d0e937c68b1e6093 (diff)
Update README with brew commands for tools
-rw-r--r--README.md13
1 files changed, 3 insertions, 10 deletions
diff --git a/README.md b/README.md
index c458f77..fdb9523 100644
--- a/README.md
+++ b/README.md
@@ -117,6 +117,7 @@ sudo apt install ffuf -y
- Setup ruby/rbenv
```bash
+brew install rbenv
mkdir -p ~/.bundle
ln -sf ~/.rc/.bundle/config ~/.bundle/config
@@ -139,6 +140,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Setup node/nvm
```bash
+brew install nvm
mkdir -p ~/.nvm
ln -sf ~/.rc/.npmrc ~/.npmrc
ln -sf ~/.rc/.nvmrc ~/.nvmrc
@@ -149,6 +151,7 @@ nvm alias default
- Setup python
```bash
+brew install pyenv
mkdir -p ~/.pyenv
pyenv install $(cat ~/.rc/.pyenv/version)
ln -sf ~/.rc/.pyenv/version ~/.pyenv/version
@@ -182,13 +185,3 @@ sudo chmod +x /usr/local/bin/cht.sh
brew install rlwrap
sudo apt install rlwrap xsel -y
```
-
-- [POW](http://pow.cx/)
-```bash
-# Install pow
-curl get.pow.cx | sh
-ln -sf ~/.rc/.powconfig ~/.powconfig
-
-# Uninstall pow
-curl get.pow.cx/uninstall.sh | sh
-```