From 65a96379ec98ce48b7b35a6875727694346710ba Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 14 Jul 2021 13:50:33 +0200 Subject: Update README with brew commands for tools --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'README.md') 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 -``` -- cgit v1.2.3