jsegal205 / dotfiles

My dot files and and a fresh computer setup
0 stars 0 forks source link

Maybe make this a script #17

Closed jsegal205 closed 3 weeks ago

jsegal205 commented 11 months 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
jsegal205 commented 3 weeks ago

nah, those repos were mostly sunset.