aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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