- Create a folder at the root of your user home folder
(Example:
C:/Users/uname/) called.ssh. - Create the following files if they do not already exist (paths begin from the root of your user home folder):
.ssh/config
| on alfred_script(q) | |
| tell application "wezterm" to activate | |
| do shell script "/Applications/WezTerm.app/Contents/MacOS/wezterm cli send-text " | |
| tell application "System Events" to keystroke q | |
| tell application "System Events" | |
| key code 36 -- enter key | |
| end tell | |
| end alfred_script |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"