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