Commit 7df1ac29d227
Changed files (1)
dots
config
boox
dots/config/boox/sync.sh
@@ -11,6 +11,9 @@ if [ ! -d "$BOOX_DIR" ]; then
exit 1
fi
+echo "==> Installing packages..."
+pkg install -y openssh git zsh curl wget rsync jq mosh 2>/dev/null || true
+
echo "==> Syncing SSH config..."
mkdir -p ~/.ssh
chmod 700 ~/.ssh