1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2026-01-12 16:32:54 -05: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

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