You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-8
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,11 @@
2
2
3
3
This repository provides my default mac environment setup. Feel free to fork and customize.
4
4
5
-
## Prerequisites
6
-
7
-
The Xcode commandline tools are required to install Homebrew. You can install them by running:
8
-
9
-
```
10
-
xcode-select --install
11
-
```
12
-
13
5
## Install
14
6
15
7
Run the setup script. This will:
16
8
9
+
* Install Xcode commandline tools (required for Homebrew)
17
10
* Install default `dotfiles` into user home directory. These are installed with symbolic links so any changes to these files will be reflected in the `mac-setup` repo.
0 commit comments