aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/install.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/install.sh b/tools/install.sh
index 54bcef1..4d029c4 100644
--- a/tools/install.sh
+++ b/tools/install.sh
@@ -13,4 +13,12 @@ git clone --depth=1 --branch "$BRANCH" "$REMOTE" "$SETTING_DIR" || {
13 exit 1 13 exit 1
14} 14}
15 15
16sed "/^# $REPO/, /^$/ d"
17cat <<EOF
18# $REPO
19export SETTING_DIR=$HOME/settings
20source $SETTING_DIR/tools/load-settings.sh
21
22EOF
23
16cd "$SETTING_DIR" && make 24cd "$SETTING_DIR" && make