From dd20b8c1b7f7407c382619e58258e31a37c15db2 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Mon, 19 Feb 2024 22:35:12 +0000 Subject: Add install file for scripts --- bin/.install.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bin/.install.yml (limited to 'bin/.install.yml') diff --git a/bin/.install.yml b/bin/.install.yml new file mode 100644 index 0000000..e71e0ea --- /dev/null +++ b/bin/.install.yml @@ -0,0 +1,22 @@ +name: Copy scripts +steps: + - !Link + from: "battery-notify.sh" + to: "~/bin/battery-notify.sh" + recursive: false + - !Link + from: "exit-menu.sh" + to: "~/bin/exit-menu.sh" + recursive: false + - !Link + from: "hyprctl-zoom-daemon.sh" + to: "~/bin/hyprctl-zoom-daemon.sh" + recursive: false + - !Link + from: "hyprctl-zoom.sh" + to: "~/bin/hyprctl-zoom.sh" + recursive: false + - !Link + from: "swayidle.sh" + to: "~/bin/swayidle.sh" + recursive: false -- cgit v1.2.3-70-g09d2