Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ else
git clone https://github.com/dev-satoshi/dotfiles "$INSTALL_DIR"
fi

sh "$INSTALL_DIR/scripts/setup.sh"
sh "$INSTALL_DIR/scripts/setup/setup.sh"
15 changes: 0 additions & 15 deletions scripts/setup.sh

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 15 additions & 0 deletions scripts/setup/setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/usr/bin/env zsh
set -euo pipefail

echo "「dotfiles」のセットアップを開始しました"

INSTALL_DIR="$HOME/dotfiles"

sh "$INSTALL_DIR/scripts/setup/link_dotfiles.sh"
sh "$INSTALL_DIR/scripts/setup/homebrew_setup.sh"
sh "$INSTALL_DIR/scripts/setup/asdf_setup.sh"
sh "$INSTALL_DIR/scripts/setup/vscode_setup.sh"
sh "$INSTALL_DIR/scripts/setup/xcode_setup.sh"
sh "$INSTALL_DIR/scripts/setup/android_setup.sh"

echo "「dotfiles」のセットアップが完了しました"
File renamed without changes.
File renamed without changes.
Loading