From 9e6cde31d0f696ccf952d4fcab8da5646dd5549b Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Fri, 20 Nov 2020 20:23:14 +0100 Subject: feat: add boostrap and chmod --- bootstrap.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bootstrap.sh (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100644 index 0000000..38ea888 --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +source brew.sh +source ./.vscode/vscode.sh \ No newline at end of file -- cgit v1.2.3