diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-07-14 13:50:33 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-07-14 13:50:33 +0200 |
| commit | 65a96379ec98ce48b7b35a6875727694346710ba (patch) | |
| tree | 76d283ba528ce171bd86aec531edf0ceee2af207 /README.md | |
| parent | 0d7cf1e331f54fd374c02667d0e937c68b1e6093 (diff) | |
Update README with brew commands for tools
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 3 insertions, 10 deletions
@@ -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 -``` |
