From 58f7632fd838ba3a8d8590baa10128c2db44c9ad Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Wed, 12 Aug 2026 19:27:30 +0200 Subject: mac updates --- home/dot_local/share/bin/executable_copy.tmpl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 home/dot_local/share/bin/executable_copy.tmpl (limited to 'home/dot_local/share/bin/executable_copy.tmpl') diff --git a/home/dot_local/share/bin/executable_copy.tmpl b/home/dot_local/share/bin/executable_copy.tmpl new file mode 100755 index 0000000..dde46b3 --- /dev/null +++ b/home/dot_local/share/bin/executable_copy.tmpl @@ -0,0 +1,6 @@ +#!/usr/bin/env sh +{{- if eq .chezmoi.os "darwin" }} +exec pbcopy +{{- else if eq .chezmoi.os "linux" }} +exec xclip -selection clipboard -in +{{- end }} -- cgit v1.2.3