From 73bf5c157d6ce8d3333d1b9ffd8cf70369f98001 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 17 Dec 2021 20:32:24 +0100 Subject: Reorder the packages/dependencies based on frequent use/priority --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 171a9d1..f37efeb 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,14 @@ rbenv install $(cat ~/.rc/.rbenv/version) ln -sf ~/.rc/.rbenv/version ~/.rbenv/version ``` +- Setup python +```bash +brew install pyenv +mkdir -p ~/.pyenv +pyenv install $(cat ~/.rc/.pyenv/version) +ln -sf ~/.rc/.pyenv/version ~/.pyenv/version +``` + - Setup GO ```bash git clone https://github.com/syndbg/goenv.git ~/.goenv @@ -161,14 +169,6 @@ nvm install 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 -``` - ## Tools - Git Crypt -- cgit v1.2.3