mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-01-09 05:38:14 +01:00
12 lines
157 B
Plaintext
12 lines
157 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
# ~/.macos
|
||
|
|
||
|
DIR="$(cd "$(dirname "$0")" && pwd)/system-settings"
|
||
|
|
||
|
$DIR/macos-security.sh
|
||
|
$DIR/macos-preferences.sh
|
||
|
$DIR/macos-apps.sh
|
||
|
|
||
|
|