Skip to content

Commit 1738585

Browse files
committed
docs: some extra things
1 parent 38e4567 commit 1738585

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This repository contains useful scripts to set up a mac development machine. The
1919
echo "export PATH=$HOME/Library/Python/3.7/bin:$PATH" >> ~/.zshrc
2020
```
2121

22-
1. Add secretes
22+
1. Add secrets
2323

2424
```bash
2525
echo "export GITHUB_NOTIFICATIONS_TOKEN=" >> ~/.zshenv
@@ -46,3 +46,7 @@ Since core OS packages are upgraded, it is safest to reboot the PC/VM after runn
4646
1. Import all used gpg keys
4747
- `gpg --export-secret-keys "name of key" > private.key
4848
- `gpg import private.key`
49+
50+
1. Create a couple of github personal access tokens
51+
- one with notification scope for vscode plugin
52+
- one with repo and gis for your first git cli commit

0 commit comments

Comments
 (0)