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