mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2026-01-13 04:32:54 -05:00
make the install script directly pipeable (don't do this)
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
# https://github.com/paulirish/dotfiles/blob/master/.osx
|
||||
# https://github.com/kevinSuttle/macOS-Defaults/blob/master/.macos
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
# Change new hostname here if necessary
|
||||
COMPUTER_NAME="JJ-MBA"
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
# This shouldn't be run if not on macOS, but make double sure
|
||||
if test ! "$(uname)" = "Darwin"; then
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user