From cd1d08d0974d56f482d7d7326b8a15d5ba809e4e Mon Sep 17 00:00:00 2001 From: Will Gant Date: Mon, 8 Aug 2022 21:43:51 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 58829b5..207337f 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ 1. [Install brew](https://brew.sh/) (requires sudo) 1. Run the following to download the latest release of this repo and then run the setup script: ```bash - setup_repo="$(mktemp -d)" - zipball_url="$(curl -s https://api.github.com/repos/will-gant/mac-setup/releases/latest | grep zipball_url | cut -d '"' -f 4)" - zip_file="${setup_repo}/repo.zip" - curl --location "$zipball_url" --output "${setup_repo}/repo.zip" - unzip "$zip_file" -d "$setup_repo" - bash "$setup_repo/*mac-setup*/setup.sh" + setup_repo="$(mktemp -d)" + zipball_url="$(curl -s https://api.github.com/repos/will-gant/mac-setup/releases/latest | grep zipball_url | cut -d '"' -f 4)" + zip_file="${setup_repo}/repo.zip" + curl --location "$zipball_url" --output "${setup_repo}/repo.zip" + unzip "$zip_file" -d "$setup_repo" + bash "$(ls "$setup_repo/*mac-setup*/setup.sh")" ``` 1. Retrieve SSH private key from password manager and copy it into ~/.ssh/id_rsa 1. Run `eval "$(ssh-agent -s)"`