mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-02 23:58:45 +00:00
16 lines
348 B
YAML
16 lines
348 B
YAML
- shell:
|
|
-
|
|
stdin: true
|
|
stdout: true
|
|
description: Setting Mac OS defaults
|
|
command: >
|
|
if [ "$(uname)" = "Darwin" ]; then
|
|
xcode-select -p &>/dev/null || xcode-select --install
|
|
./shell/macos_setup.sh
|
|
fi
|
|
-
|
|
command: ./shell/clone.sh
|
|
description: Cloning Git repos
|
|
stdout: true
|
|
quiet: false
|