diff --git a/aliases.sh b/aliases.sh index 04a566b..7c45d48 100644 --- a/aliases.sh +++ b/aliases.sh @@ -1,3 +1,4 @@ #!/bin/zsh +# shellcheck disable=SC1071 echo 'butane="docker run -i --rm --pull always quay.io/coreos/butane:release --pretty --strict <"' >> ~/.zshrc \ No newline at end of file diff --git a/development.sh b/development.sh index 818adb7..8d071b0 100644 --- a/development.sh +++ b/development.sh @@ -1,4 +1,5 @@ #!/bin/zsh +# shellcheck disable=SC1071 # Comment this line out if you don't have Touch ID awk 'NR==2 {print "auth sufficient pam_tid.so"} 1' /etc/pam.d/sudo | sudo tee /etc/pam.d/sudo diff --git a/etc/Library/Tomster Corporation/scripts/apply_prefs.sh b/etc/Library/Tomster Corporation/scripts/apply_prefs.sh index 5d991c8..9f863f6 100644 --- a/etc/Library/Tomster Corporation/scripts/apply_prefs.sh +++ b/etc/Library/Tomster Corporation/scripts/apply_prefs.sh @@ -1,4 +1,5 @@ #!/bin/zsh +# shellcheck disable=SC1071 /bin/sleep 5 /bin/cp -r '/Library/Tomster Corporation/prefs/' '/Library/Managed Preferences/' \ No newline at end of file diff --git a/gpg-ssh.sh b/gpg-ssh.sh index 2bb76ec..f2c555f 100644 --- a/gpg-ssh.sh +++ b/gpg-ssh.sh @@ -1,3 +1,6 @@ +#!/bin/zsh +# shellcheck disable=SC1071 + echo "gpgconf --launch gpg-agent" >> ~/.zshrc echo "export SSH_AUTH_SOCK=$HOME/.gnupg/S.gpg-agent.ssh" >> ~/.zshrc echo "enable-ssh-support" >> ~/.gnupg/gpg-agent.conf diff --git a/primary.sh b/primary.sh index a75c93c..3c9d693 100644 --- a/primary.sh +++ b/primary.sh @@ -1,4 +1,5 @@ #!/bin/zsh +# shellcheck disable=SC1071 # Comment this line out if you don't have Touch ID awk 'NR==2 {print "auth sufficient pam_tid.so"} 1' /etc/pam.d/sudo | sudo tee /etc/pam.d/sudo