aboutsummaryrefslogtreecommitdiffstats
path: root/hyprland/.install.yml
blob: 9f6bbe014e39a758cf9a3c09ac084590aeeb46d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
name: Configure hyprland
steps:
  # Hyprland
  - !Link
    from: "hyprland.conf"
    to: "~/.config/hypr/hyprland.conf"
    recursive: false
  - !Link
    from: "00-theme-vars.conf"
    to: "~/.config/hypr/00-theme-vars.conf"
    recursive: false
  - !Link
    from: "01-system-vars.conf"
    to: "~/.config/hypr/01-system-vars.conf"
    recursive: false
  - !Link
    from: "10-startup.conf"
    to: "~/.config/hypr/10-startup.conf"
    recursive: false
  - !Link
    from: "11-startup.conf"
    to: "~/.config/hypr/11-environment.conf"
    recursive: false
  - !Link
    from: "20-binds.conf"
    to: "~/.config/hypr/20-binds.conf"
    recursive: false
  - !Link
    from: "21-rules.conf"
    to: "~/.config/hypr/21-rules.conf"
    recursive: false
  - !Link
    from: "22-theme.conf"
    to: "~/.config/hypr/22-theme.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

  # Wallpaper
  - !Link
    from: "hyprpaper.conf"
    to: "~/.config/hypr/hyprpaper.conf"
    recursive: false
  - !Link
    from: "wallpaper.jpg"
    to: "~/.config/hypr/wallpaper.jpg"
    recursive: false

  # Hypridle
  - !Link
    from: "hypridle.conf"
    to: "~/.config/hypr/hypridle.conf"
    recursive: false

  # Hyprlock
  - !Link
    from: "hyprlock.conf"
    to: "~/.config/hypr/hyprlock.conf"
    recursive: false