mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
Delete system policy control
This commit is contained in:
parent
855fc9db2c
commit
79e61aa31a
1 changed files with 3 additions and 1 deletions
|
|
@ -14,7 +14,9 @@ xcode-select --install
|
||||||
# System Preferences
|
# System Preferences
|
||||||
# Installation Sources
|
# Installation Sources
|
||||||
echo "[INFO] Setting Installation Sources"
|
echo "[INFO] Setting Installation Sources"
|
||||||
sudo spctl --master-disable
|
# sudo spctl --master-disable
|
||||||
|
# In Mac OS Sequoia, the command above is not working
|
||||||
|
# Should be set up manually (System Preferences -> Security & Privacy -> General -> Allow apps downloaded from: Anywhere)
|
||||||
## Finder
|
## Finder
|
||||||
echo "[INFO] Setting Finder Preferences"
|
echo "[INFO] Setting Finder Preferences"
|
||||||
defaults write com.apple.finder QuitMenuItem -bool true # Quit with CMD+Q
|
defaults write com.apple.finder QuitMenuItem -bool true # Quit with CMD+Q
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue