File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
1. [Install brew](https://brew.sh/) (requires sudo)
11
11
1. Run the following to download the latest release of this repo and then run the setup script:
12
12
```bash
13
- setup_repo="$(mktemp -d)"
14
- zipball_url="$(curl -s https://api.github.com/repos/will-gant/mac-setup/releases/latest | grep zipball_url | cut -d '"' -f 4)"
15
- zip_file="${setup_repo}/repo.zip"
16
- curl --location "$zipball_url" --output "${setup_repo}/repo.zip"
17
- unzip "$zip_file" -d "$setup_repo"
18
- bash "$setup_repo/*mac-setup*/setup.sh"
13
+ setup_repo="$(mktemp -d)"
14
+ zipball_url="$(curl -s https://api.github.com/repos/will-gant/mac-setup/releases/latest | grep zipball_url | cut -d '"' -f 4)"
15
+ zip_file="${setup_repo}/repo.zip"
16
+ curl --location "$zipball_url" --output "${setup_repo}/repo.zip"
17
+ unzip "$zip_file" -d "$setup_repo"
18
+ bash "$(ls "$ setup_repo/*mac-setup*/setup.sh") "
19
19
```
20
20
1. Retrieve SSH private key from password manager and copy it into ~/.ssh/id_rsa
21
21
1. Run `eval "$(ssh-agent -s)"`
You can’t perform that action at this time.
0 commit comments