Skip to content

Backup de ficheros "punto" de configuración de sistema

Notifications You must be signed in to change notification settings

MattCo23/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

My dotfiles

0.Generate SSH keys

Check out Generating a new SSH key and adding it to the ssh-agent

Steps

❯ mkdir ~/.ssh
❯ ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
❯ bash
❯ eval "$(ssh-agent -s)"
❯ fish
❯ ssh-add ~/.ssh/id_rsa
❯ sudo apt-get install xclip
❯ xclip -sel clip < ~/.ssh/id_rsa.pub

Finaly, we need to perform these steps --> Add the SSH key to your GitHub Account

1. How to install

Follow these steps

❯ cd ~/projects
❯ git clone git@github.com:MattCo23/dotfiles.git
❯ cd dotfiles
❯ cp ./gitconfig ~/.gitconfig

About

Backup de ficheros "punto" de configuración de sistema

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published