summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/bstraph.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/bin/bstraph.sh b/bin/bstraph.sh
index 8123bb7d..46d6ba84 100755
--- a/bin/bstraph.sh
+++ b/bin/bstraph.sh
@@ -8,8 +8,6 @@
set -e
-# ---- Perform the bootstrap
-
if ! [ -e "$HOME/.mrconfig" ]; then
cat >"$HOME/.mrconfig" <<EOF
# -*- mode: conf -*-
@@ -27,14 +25,3 @@ fi
git remote add origin athena:dotfiles
fi
)
-
-echo "I: dotfiles bootstrap successful"
-
-# ---- Check if there is a host-specific branch
-
-hostname="$(hostname -s)"
-if ! [ "$hostname" = "master" ] \
- && ( cd "$HOME/src/dotfiles" && git branch -a | grep "origin/$hostname" ); then
- echo "I: there is a host-specific dotfiles branch for this host"
- echo "I: consider checking it out"
-fi