Skip to content

Commit

Permalink
Update setup_mac.md
Browse files Browse the repository at this point in the history
  • Loading branch information
selwynpolit committed Feb 17, 2025
1 parent b3d2afb commit 559ebc6
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions book/setup_mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,18 @@ In the System settings, displays, set your main display monitor to the monitor t

## Show speaker icon in menu bar

If the Sound control isn't in the menu bar, choose Apple menu > System Settings, then click Control Center in the sidebar. (You may need to scroll down.) Click the pop-up menu next to Sound on the right, then choose whether to show Sound in the menu bar all the time or only when it's active.
If the Sound control isn't in the menu bar, choose Apple menu > System Settings, then click Control Center in the sidebar. (You may need to scroll down.) Click the pop-up menu next to `Sound` on the right, then choose `Always show in menu bar`.

## SSH Keys

To generate a 4096 byte (4K) key use these commands and just hit return when prompted. Don't enter a passphrase.:
To generate a 4096 byte (4K) key use these commands and just hit return when prompted. Replace johnsmith@example.com with your own email. Don't enter a passphrase, just press <kbd>return</kbd> for all prompts.:

```bash
mkdir ~/.ssh
cd ~/.ssh
ssh-keygen -t rsa -b 4096 -C "johnsmith@gmail.com"
ssh-keygen -t rsa -b 4096 -C "johnsmith@example.com"
```

::: tip Note
Replace johnsmith@gmail.com with your email.
:::

You will need to add the ssh key to the agent permanently.
for older versions of MacOS:

Expand Down

0 comments on commit 559ebc6

Please sign in to comment.