From 0e824c479ec9ac7afdfb2d8c55209ce4fea32380 Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Fri, 31 May 2024 21:47:21 +0000 Subject: [PATCH] add setup.sh --- .devcontainer/setup.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 .devcontainer/setup.sh diff --git a/.devcontainer/setup.sh b/.devcontainer/setup.sh new file mode 100755 index 0000000..290cf05 --- /dev/null +++ b/.devcontainer/setup.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +pre-commit install +brew install withgraphite/tap/graphite + +# gt auth --token $GRAPHITE_TOKEN