summaryrefslogtreecommitdiffstats
path: root/MacOS.md
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-10-25 16:10:34 +0200
committerAhmed Abdelhalim <[email protected]>2025-10-25 16:32:12 +0200
commit598fe65f17c24c9f90cbde57e2791964b269164e (patch)
tree0d96aec4aa62eb9b598c2ff160677b15bb92e19d /MacOS.md
parent6a3f24d85059942b6030f494feacc48c5913c255 (diff)
Clean up/remove unused tools
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
```