Fork this repo and clone it in your home directory so that you get ~/dotfiles.
Please explore a little before running the setup script.
The setup script will symlink to your home directory the files listed in setup.sh.
If you have existing configs in these files, please back them up as this can overwrite them:
./setup.shNote: In Windows, run the setup script using the Windows Subsystem for Linux (WSL) or Git Bash for Windows.
You can add your git identity to git/.gitconfig, or in a file at git/id and it will be included:
[user]
name = Your Name
email = [email protected]