bundles/macbook/files/macbook-update: sudo, pyenv
This commit is contained in:
parent
534b7142a8
commit
fcb6c9bd8e
1 changed files with 11 additions and 1 deletions
|
@ -1,5 +1,15 @@
|
|||
#!/bin/bash -l
|
||||
|
||||
sudo tee /etc/pam.d/sudo << EOT
|
||||
# sudo: auth account password session
|
||||
auth sufficient pam_tid.so
|
||||
auth sufficient pam_smartcard.so
|
||||
auth required pam_opendirectory.so
|
||||
account required pam_permit.so
|
||||
password required pam_deny.so
|
||||
session required pam_permit.so
|
||||
EOT
|
||||
|
||||
xcode-select --install
|
||||
|
||||
git -C ~/.zsh/oh-my-zsh pull
|
||||
|
@ -7,7 +17,7 @@ git -C ~/.zsh/oh-my-zsh pull
|
|||
brew upgrade
|
||||
brew upgrade --cask --greedy
|
||||
|
||||
pyenv install
|
||||
pyenv install --keep-existing
|
||||
|
||||
sudo softwareupdate -ia --verbose
|
||||
|
||||
|
|
Loading…
Reference in a new issue