We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bdf1db commit 6c777f6Copy full SHA for 6c777f6
1 file changed
scripts/setup.sh
@@ -5,11 +5,11 @@ echo "「dotfiles」のセットアップを開始しました"
5
6
INSTALL_DIR="$HOME/dotfiles"
7
8
+sh "$INSTALL_DIR/scripts/link_dotfiles.sh"
9
sh "$INSTALL_DIR/scripts/homebrew_setup.sh"
10
sh "$INSTALL_DIR/scripts/asdf_setup.sh"
11
sh "$INSTALL_DIR/scripts/vscode_setup.sh"
12
sh "$INSTALL_DIR/scripts/xcode_setup.sh"
13
sh "$INSTALL_DIR/scripts/android_setup.sh"
-sh "$INSTALL_DIR/scripts/link_dotfiles.sh"
14
15
echo "「dotfiles」のセットアップが完了しました"
0 commit comments