mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-01-08 13:18:50 +01:00
12 lines
157 B
Bash
Executable File
12 lines
157 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# ~/.macos
|
|
|
|
DIR="$(cd "$(dirname "$0")" && pwd)/system-settings"
|
|
|
|
$DIR/macos-security.sh
|
|
$DIR/macos-preferences.sh
|
|
$DIR/macos-apps.sh
|
|
|
|
|