14 lines
369 B
YAML
14 lines
369 B
YAML
- shell:
|
|
- command: brew/install
|
|
stdout: true
|
|
stderr: true
|
|
quiet: false
|
|
|
|
- link:
|
|
./alacritty/os.toml: alacritty/darwin.toml
|
|
./git/config-os: git/config-darwin
|
|
./zsh/os.zshrc: zsh/darwin.zshrc
|
|
~/.config/aerospace: aerospace/
|
|
~/.config/karabiner: karabiner/
|
|
~/.config/tridactyl: tridactyl/
|
|
~/.profile: etc/profile.darwin
|