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 --- .vscode/vscode.sh | 0 bootstrap.sh | 4 ++++ brew.sh | 0 3 files changed, 4 insertions(+) mode change 100644 => 100755 .vscode/vscode.sh create mode 100644 bootstrap.sh mode change 100644 => 100755 brew.sh diff --git a/.vscode/vscode.sh b/.vscode/vscode.sh old mode 100644 new mode 100755 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 diff --git a/brew.sh b/brew.sh old mode 100644 new mode 100755 -- cgit v1.2.3