This repository was made to keep my personal backup scripts. Since I accidentally destroyed his SSD and all installed O.S's, i felt the need to create some scripts to easily reinstall my stuff (basic env for development), this is a beginning and all contributions are welcome.
Open the terminal in the cloned repository folder and execute:
% make backup
% cd git_config
set data on .cache.mk like this:
# general condata config
export SSH_KEY_GEN_EMAIL=example@email.com
export GIT_CONFIG_EMAIL=example@email.com
export GIT_CONFIG_USER=yourUser
then:
% make set_git_global_config
to add new sshkey:
% make gen_sshkey
% make touch_sshkey