1
0
mirror of https://github.com/tommytran732/macOS-Setup-Script synced 2024-07-26 15:22:08 -04:00

Disable shellcheck

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-04-09 01:06:43 -07:00
parent 9142b9cd72
commit cdcd598dee
Signed by: Tomster
GPG Key ID: 555C902A34EC968F
5 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -1,4 +1,5 @@
#!/bin/zsh
# shellcheck disable=SC1071
/bin/sleep 5
/bin/cp -r '/Library/Tomster Corporation/prefs/' '/Library/Managed Preferences/'

View File

@ -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

View File

@ -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