1 2 3 4 5 6
#!/usr/bin/env sh {{- if eq .chezmoi.os "darwin" }} exec pbcopy {{- else if eq .chezmoi.os "linux" }} exec xclip -selection clipboard -in {{- end }}