Skip to content

Commit 38e4567

Browse files
committed
docs: update secrets
1 parent 78df457 commit 38e4567

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ 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
23+
24+
```bash
25+
echo "export GITHUB_NOTIFICATIONS_TOKEN=" >> ~/.zshenv
26+
echo "export ANSIBLE_PIANO_USER=" >> ~/.zshenv
27+
echo "export ANSIBLE_PIANO_PW=" >> ~/.zshenv
28+
```
29+
2230
## Running
2331

2432
Before running the scripts, please review `_all.yaml` and `_all_no_customization.yaml`, and comment out software you don't want installed. In particular, most folders contain `customization.yaml` files which tend to contain my personal opinions on customizations; feel free to comment out sections of those files, or ignore them entirely.

0 commit comments

Comments
 (0)