aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2024-02-19 22:35:12 +0000
committerLeonardo Bishop <me@leonardobishop.com>2024-02-19 22:35:12 +0000
commitdd20b8c1b7f7407c382619e58258e31a37c15db2 (patch)
tree6bf3aedd303891752e8b9ba794fdb89f1a3e8e57 /bin
parent977a459ddaa33a856255be9c15464f0a5937c06c (diff)
Add install file for scripts
Diffstat (limited to 'bin')
-rw-r--r--bin/.install.yml22
1 files changed, 22 insertions, 0 deletions
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