File tree 1 file changed +9
-7
lines changed
1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,19 @@ This installs a lot of tools like `git` which aren't needed for plebeians.
22
22
xcode-select --install
23
23
```
24
24
25
- ## Install Homebrew
26
-
27
- [ Homebrew] ( https://brew.sh/ ) is a macOS package manager.
28
- It makes setting up all your services very easy.
25
+ If you're on Apple Silicon, you may want to install Rosetta 2:
29
26
30
27
``` zsh
31
- /bin/bash -c " $( curl -fsSL https://raw.githubusercontent.com/Homebrew/ install/master/install.sh ) "
28
+ softwareupdate -- install-rosetta
32
29
```
33
30
31
+ ## Install Homebrew
32
+
33
+ [ Homebrew] ( https://brew.sh/ ) is a macOS package manager that makes setting up all your services very easy.
34
+
35
+ - For Intel Macs, you can just install with the simple script on the homepage.
36
+ - For Apple Silicon Macs, I would recommend following this guide: https://soffes.blog/homebrew-on-apple-silicon
37
+
34
38
## Install everything
35
39
36
40
Install everything with Homebrew.
@@ -43,8 +47,6 @@ brew install vim
43
47
brew install git
44
48
# download stuff
45
49
brew install curl
46
- # for compiling
47
- brew install gcc
48
50
```
49
51
50
52
### Updating
You can’t perform that action at this time.
0 commit comments