Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 626 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 626 Bytes

dotfiles

Installation

Clone the repository

git clone --recursive git@github.com:hamakou108/dotfiles.git
cd dotfiles

This repository depends on hamakou108/lazyvim-starter as a submodule. So, you need to use --recursive option to clone the repository.

Create links

Then, Run link.sh to create links to dotfiles.

sh ./bin/link.sh

Set your profiles

Rename author name and email in gitconfig.

[user]
	name = <your_name_here>
	email = <your_email_here>

Requirements

Acknowledgments