summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-12-17 20:32:24 +0100
committerAhmed Abdelhalim <[email protected]>2021-12-17 20:32:24 +0100
commit73bf5c157d6ce8d3333d1b9ffd8cf70369f98001 (patch)
tree58db9c9ed43c96a0883796818a7168fc0c23ba7e /README.md
parentb568b1f13cd36c702c65d7217ed40eebab17a92a (diff)
Reorder the packages/dependencies based on frequent use/priority
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
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