diff options
| -rw-r--r-- | bin/.install.yml | 22 | ||||
| -rw-r--r-- | hyprland/.install.yml | 2 |
2 files changed, 23 insertions, 1 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 diff --git a/hyprland/.install.yml b/hyprland/.install.yml index 8bef85a..2b127aa 100644 --- a/hyprland/.install.yml +++ b/hyprland/.install.yml @@ -1,4 +1,4 @@ -name: Configure sway +name: Configure hyprland steps: - !Link from: "hyprland.conf" |
