Closed jsegal205 closed 3 weeks ago
Maybe make this a script, but maybe not because most of those repos are getting depricated.
ssh-keygen -t rsa -b 4096 -C "jsegal205@gmail.com" == create password == eval "$(ssh-agent -s)" echo the following into ~/.ssh/config Host * AddKeysToAgent yes UseKeychain yes IdentityFile ~/.ssh/id_rsa ssh-add -K ~/.ssh/id_rsa pbcopy < ~/.ssh/id_rsa.pub chrome https://github.com/settings/keys mkdir projects && cd projects git clone git@github.com:jsegal205/scripts.git git clone git@github.com:jsegal205/jimsegal.com.git git clone git@github.com:jsegal205/jimsegal-api.git git clone git@github.com:jsegal205/jimsegal-db.git git clone git@github.com:jsegal205/dotfiles.git
nah, those repos were mostly sunset.
Maybe make this a script, but maybe not because most of those repos are getting depricated.