mirror of
https://github.com/tommytran732/macOS-Setup-Script
synced 2024-11-22 01:41:34 -05:00
Disable shellcheck
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
9142b9cd72
commit
cdcd598dee
@ -1,3 +1,4 @@
|
|||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
|
# shellcheck disable=SC1071
|
||||||
|
|
||||||
echo 'butane="docker run -i --rm --pull always quay.io/coreos/butane:release --pretty --strict <"' >> ~/.zshrc
|
echo 'butane="docker run -i --rm --pull always quay.io/coreos/butane:release --pretty --strict <"' >> ~/.zshrc
|
@ -1,4 +1,5 @@
|
|||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
|
# shellcheck disable=SC1071
|
||||||
|
|
||||||
# Comment this line out if you don't have Touch ID
|
# 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
|
awk 'NR==2 {print "auth sufficient pam_tid.so"} 1' /etc/pam.d/sudo | sudo tee /etc/pam.d/sudo
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
|
# shellcheck disable=SC1071
|
||||||
|
|
||||||
/bin/sleep 5
|
/bin/sleep 5
|
||||||
/bin/cp -r '/Library/Tomster Corporation/prefs/' '/Library/Managed Preferences/'
|
/bin/cp -r '/Library/Tomster Corporation/prefs/' '/Library/Managed Preferences/'
|
@ -1,3 +1,6 @@
|
|||||||
|
#!/bin/zsh
|
||||||
|
# shellcheck disable=SC1071
|
||||||
|
|
||||||
echo "gpgconf --launch gpg-agent" >> ~/.zshrc
|
echo "gpgconf --launch gpg-agent" >> ~/.zshrc
|
||||||
echo "export SSH_AUTH_SOCK=$HOME/.gnupg/S.gpg-agent.ssh" >> ~/.zshrc
|
echo "export SSH_AUTH_SOCK=$HOME/.gnupg/S.gpg-agent.ssh" >> ~/.zshrc
|
||||||
echo "enable-ssh-support" >> ~/.gnupg/gpg-agent.conf
|
echo "enable-ssh-support" >> ~/.gnupg/gpg-agent.conf
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
|
# shellcheck disable=SC1071
|
||||||
|
|
||||||
# Comment this line out if you don't have Touch ID
|
# 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
|
awk 'NR==2 {print "auth sufficient pam_tid.so"} 1' /etc/pam.d/sudo | sudo tee /etc/pam.d/sudo
|
||||||
|
Loading…
Reference in New Issue
Block a user