git clone --recursive git@github.com:hamakou108/dotfiles.git
cd dotfiles
This repository depends on hamakou108/kickstart.nvim 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.sh
Rename author name and email in gitconfig
.
[user]
name = <your_name_here>
email = <your_email_here>