git clone --recursive git@github.com:hamakou108/dotfiles.git
cd dotfilesThis repository depends on hamakou108/lazyvim-starter as a submodule. So, you need to use --recursive option to clone the repository.
Then, Run link.sh to create links to dotfiles.
sh ./bin/link.shCreate ~/.gitconfig.local to store user-specific Git settings that should not be committed to this repository.
[user]
name = Your Name
email = your.email@example.com
signingkey = ssh-ed25519 AAAA...