Skip to content

Commit 6c777f6

Browse files
committed
fix: シンボリックリンク作成するタイミングを変更
1 parent 9bdf1db commit 6c777f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ echo "「dotfiles」のセットアップを開始しました"
55

66
INSTALL_DIR="$HOME/dotfiles"
77

8+
sh "$INSTALL_DIR/scripts/link_dotfiles.sh"
89
sh "$INSTALL_DIR/scripts/homebrew_setup.sh"
910
sh "$INSTALL_DIR/scripts/asdf_setup.sh"
1011
sh "$INSTALL_DIR/scripts/vscode_setup.sh"
1112
sh "$INSTALL_DIR/scripts/xcode_setup.sh"
1213
sh "$INSTALL_DIR/scripts/android_setup.sh"
13-
sh "$INSTALL_DIR/scripts/link_dotfiles.sh"
1414

1515
echo "「dotfiles」のセットアップが完了しました"

0 commit comments

Comments
 (0)