1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2026-06-14 05:25:26 -04:00

add ssh stuff

This commit is contained in:
2020-05-16 10:13:10 -04:00
parent c07b995d2c
commit d508c844b8
8 changed files with 83 additions and 14 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
#!/usr/bin/env bash
set -e
# This shouldn't be run if not on macOS, but make double sure
if test ! "$(uname)" = "Darwin"; then
exit 0
fi