[READ-ONLY] Mirror of https://github.com/mrgnw/dotfiles. My shell customizations - aliases, functions, and themes.
dotfiles shell zinit zsh
0

Configure Feed

Select the types of activity you want to include in your feed.

ssh ed key

+1 -1
+1 -1
ssh.zsh
··· 1 1 sshake(){ 2 - ls $HOME/.ssh/id_rsa || ssh-keygen -t rsa; 2 + ls $HOME/.ssh/id_rsa || ssh-keygen; 3 3 ssh-copy-id $@; 4 4 } 5 5