Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuN6211 committed Sep 28, 2024
1 parent 3de1710 commit 46d0736
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions scripts/common.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ export CUR_DIR REPO_DIR
CUR_DIR="$(
cd "$(dirname "$0")" || exit 1
pwd
ls -a
)"
REPO_DIR="$(
cd "$(dirname "$0")/.." || exit 1
pwd
ls -a
)"

export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -eux
source "$(dirname "$0")/common.bash"

/bin/bash "$CUR_DIR/setup-homebrew.bash"
/bin/bash "$CUR_DIR/setup-links.bash"
/bin/bash "$CUR_DIR/setup-deno.bash"
/bin/bash "$CUR_DIR/setup-sheldon.bash"
/bin/bash "$CUR_DIR/setup-links.bash"

0 comments on commit 46d0736

Please sign in to comment.