summaryrefslogtreecommitdiffstats
path: root/MacOS.md
diff options
context:
space:
mode:
Diffstat (limited to 'MacOS.md')
-rw-r--r--MacOS.md9
1 files changed, 2 insertions, 7 deletions
diff --git a/MacOS.md b/MacOS.md
index 5466a4b..5a2aff6 100644
--- a/MacOS.md
+++ b/MacOS.md
@@ -92,12 +92,6 @@ pyenv install $(cat ~/.rc/.pyenv/version)
brew install golang
```
-#### Setup rust
-
-```bash
-curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
-```
-
#### Setup node/nvm
```bash
@@ -136,5 +130,6 @@ vim +PlugInstall
#### Mutt email/links browser
```bash
-brew install neomutt brew install links
+brew install neomutt
+brew install links
```