mirror of
https://github.com/tommytran732/macOS-Setup-Script
synced 2024-11-09 04:11:33 -05:00
4 lines
156 B
Bash
4 lines
156 B
Bash
#!/bin/zsh
|
|
# shellcheck disable=SC1071
|
|
|
|
echo 'alias butane="docker run -i --rm --pull always quay.io/coreos/butane:release --pretty --strict <"' >> ~/.zshrc |