create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| #!/bin/bash | |
| prezto.sh(){ | |
| clear | |
| sudo apt-get install -y git | |
| sudo apt-get update && sudo apt-get install -y zsh | |
| # Get prezto | |
| git clone --recursive https://github.com/sorin-ionescu/prezto.git ~/.zprezto | |
| # Backup zsh config if it exists |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"