For macOS only.
curl -fsSL https://raw.githubusercontent.com/diohabara/dotfiles/master/script/install | shgit clone https://github.com/diohabara/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./script/setup.sh実際に変更を加えずに、何が実行されるかを確認できます:
# Quick setup の場合
curl -fsSL https://raw.githubusercontent.com/diohabara/dotfiles/master/script/install | sh -s -- --dry-run
# Manual setup の場合
./script/setup.sh --dry-run
# または
./script/setup.sh -nRun gh auth login and follow the prompts. If needed, update the dotfiles remote:
cd ~/repo/github.com/diohabara/dotfiles
git remote set-url origin [email protected]:diohabara/dotfiles.git