Skip to content

Commit

Permalink
add public keys
Browse files Browse the repository at this point in the history
  • Loading branch information
mterhar committed Dec 10, 2023
1 parent 5dd8da3 commit c9445eb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 9 additions & 6 deletions public/curl.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
#!/usr/bin/env bash
####################################
# #
# Welcome to Mike's Dotfiles! #
# curl -SsL https://mjt.sh | sh #
# #
####################################
#####################################
# #
# Welcome to Mike's Dotfiles! #
# curl -SsL https://mjt.sh | sh #
# #
# To get public keys: #
# curl -Ssl https://mjt.sh/pk.txt #
# #
#####################################

set -o nounset -o pipefail -o errexit

Expand Down
2 changes: 2 additions & 0 deletions public/pk.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBeZMPsA84sCZfVQvfxl9jKbubQag0sRgwErTx4NluLg mike@terhar.com
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILiYwRqdKw04lxxynQh3utQ0hIA1BGnQ91TcdTK0hMks miketerhar@honeycomb.io

0 comments on commit c9445eb

Please sign in to comment.