create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
# Codespaces zsh prompt theme | |
__zsh_prompt() { | |
local prompt_username | |
if [ ! -z "${GITHUB_USER}" ]; then | |
prompt_username="@${GITHUB_USER}" | |
else | |
prompt_username="%n" | |
fi | |
PROMPT="%{$fg[green]%}${prompt_username} %(?:%{$reset_color%}➜ :%{$fg_bold[red]%}➜ )" # User/exit code arrow | |
PROMPT+='%{$fg_bold[blue]%}%(5~|%-1~/…/%3~|%4~)%{$reset_color%} ' # cwd |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
{ | |
"_comments": { | |
"_title": "List of 217 language codes: ISO 639-1.", | |
"_author": "Josantonius - [email protected]", | |
"_copyright": "Copyright (c) 2016 - 2017", | |
"_license": "http://opensource.org/licenses/MIT - The MIT License (MIT)", | |
"_link": "http://github.com/josantonius/PHP-LanguageCode", | |
"_since": "1.0.0", | |
"_comment": "Compiled from https://wikipedia.org/wiki/List_of_ISO_639-1_codes" | |
}, |