diff --git a/homebrew.html b/homebrew.html new file mode 100644 index 0000000..c00cc0c --- /dev/null +++ b/homebrew.html @@ -0,0 +1,76 @@ + +
+
+ +
+

Bree LaPointe

+

Senior Software Engineer

+
+
+ +
+ + contact@blapointe.com +
+ +
+ + (336) 701 - 6159 +
+ +
+ + Provo, UT +
+ +
+ + linkedin.com/in/lapoba16 +
+ +
+
+
+ + + + + +
+
+ +
+

Bree LaPointe

+

Senior Software Engineer

+
+
+ +
+ + contact@blapointe.com +
+ +
+ + (336) 701 - 6159 +
+ +
+ + Provo, UT +
+ +
+ + linkedin.com/in/lapoba16 +
+ +
+
+
+ + + + diff --git a/homebrew.sh b/homebrew.sh new file mode 100644 index 0000000..26b1f27 --- /dev/null +++ b/homebrew.sh @@ -0,0 +1,15 @@ +#! /bin/bash + +if ! which tpl; then + go install github.com/bluebrown/go-template-cli/cmd/tpl@latest +fi &> /dev/null +if ! which gojq; then + go install github.com/itchyny/gojq@latest +fi &> /dev/null + +while sleep 1; do + clear + cat ./homebrew.yaml \ + | gojq --yaml-input . \ + | tpl --file homebrew.tmpl +done diff --git a/homebrew.tmpl b/homebrew.tmpl new file mode 100644 index 0000000..59207d9 --- /dev/null +++ b/homebrew.tmpl @@ -0,0 +1,22 @@ + +
+
+ +
+

{{ range .resume.name }}{{ . }} {{ end }}

+

{{ .resume.title }}

+
+
+ {{ range .resume.contact.links }} +
+ {{ .svg }} + {{ .text }} +
+ {{ end }} +
+
+
+ + +