ssh key gen

This commit is contained in:
Blake Ridgway 2021-02-22 15:39:43 -06:00 committed by GitHub
parent f1445ee6c1
commit bc05dfd145
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,9 @@ git submodule update --recursive
# Installs tilix
sudo apt install tilix
# SSH Key Gen
ssh-keygen -t ed25519 -C "blake@blakeridgway.dev"
# Oh My ZSH is installer
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"