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

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)"