aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2024-02-19 22:28:25 +0000
committerLeonardo Bishop <me@leonardobishop.com>2024-02-19 22:28:25 +0000
commit373891b492424c64ba8071affd38801a057e35ef (patch)
tree6c8da59f05be820cb3d18e346f67028a998ec4de
parentbe81c4285b0a7cb004d1c930b6076eaa576d3a9d (diff)
Add hyprland install definition
-rw-r--r--hyprland/.install.yml38
-rw-r--r--install-arch.yml4
2 files changed, 40 insertions, 2 deletions
diff --git a/hyprland/.install.yml b/hyprland/.install.yml
new file mode 100644
index 0000000..8bef85a
--- /dev/null
+++ b/hyprland/.install.yml
@@ -0,0 +1,38 @@
+name: Configure sway
+steps:
+ - !Link
+ from: "hyprland.conf"
+ to: "~/.config/hypr/hyprland.conf"
+ recursive: false
+ - !Link
+ from: "binds.conf"
+ to: "~/.config/hypr/binds.conf"
+ recursive: false
+ - !Link
+ from: "hyprpaper.conf"
+ to: "~/.config/hypr/hyprpaper.conf"
+ recursive: false
+ - !Link
+ from: "input.conf"
+ to: "~/.config/hypr/input.conf"
+ recursive: false
+ - !Link
+ from: "monitors.conf"
+ to: "~/.config/hypr/monitors.conf"
+ recursive: false
+ - !Link
+ from: "rules.conf"
+ to: "~/.config/hypr/rules.conf"
+ recursive: false
+ - !Link
+ from: "settings.conf"
+ to: "~/.config/hypr/settings.conf"
+ recursive: false
+ - !Link
+ from: "startup.conf"
+ to: "~/.config/hypr/startup.conf"
+ recursive: false
+ - !Link
+ from: "wallpaper.jpg"
+ to: "~/.config/hypr/wallpaper.jpg"
+ recursive: false
diff --git a/install-arch.yml b/install-arch.yml
index 1e0840d..699aacc 100644
--- a/install-arch.yml
+++ b/install-arch.yml
@@ -3,7 +3,7 @@ stages:
- from_file: mako/.install.yml
- - from_file: sway/.install.yml
+ - from_file: hyprland/.install.yml
- from_file: swaylock/.install.yml
@@ -13,4 +13,4 @@ stages:
- from_file: wofi/.install.yml
- - from_file: zsh/.install.yml \ No newline at end of file
+ - from_file: zsh/.install.yml