mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-01-07 12:48:56 +01:00
Updates .macos to call Mac configuration scripts
This commit is contained in:
parent
c9d9bcc6db
commit
15785ef62e
11
system-specific/macos/.macos
Executable file
11
system-specific/macos/.macos
Executable file
@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# ~/.macos
|
||||
|
||||
DIR="$(cd "$(dirname "$0")" && pwd)/system-settings"
|
||||
|
||||
$DIR/macos-security.sh
|
||||
$DIR/macos-preferences.sh
|
||||
$DIR/macos-apps.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user