Conditionally install MacOS stuff, only if on MacOS

This commit is contained in:
Alicia Sykes 2022-08-07 17:00:30 +01:00
parent 577a69ade9
commit 9cf0f3ca9b

View File

@ -16,7 +16,9 @@
~/.tmux.conf: tmux/.tmux.conf
~/.local/share/tmux: tpm
~/.config/utils: utils
~/.gitconfig: git/.gitconfig
~/.gitconfig: configs/.gitconfig
~/.macos:
if: '[ `uname` = Darwin ]'
path: configs/.macos
- shell:
- git submodule sync --recursive