aboutsummaryrefslogtreecommitdiffstats
path: root/install-arch.yml
blob: ef4d9668dd24fe94a6a1a4dda4fb63d5fd2528f7 (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
stages:
  - name: Configure kitty
    steps:
      - !Link
        from: "kitty"
        to: "~/.config/kitty"
        symbolic: true

  - name: Configure mako
    steps:
      - !Link
        from: "mako"
        to: "~/.config/mako"
        symbolic: true

  - from_file: sway/.install.yml

  - name: Configure swaylock
    steps:
      - !Link
        from: "swaylock"
        to: "~/.config/swaylock"
        symbolic: true

  - from_file: vim/.install.yml

  - name: Configure waybar
    steps:
      - !Link
        from: "waybar"
        to: "~/.config/waybar"
        symbolic: true

  - name: Configure wofi
    steps:
      - !Link
        from: "wofi"
        to: "~/.config/wofi"
        symbolic: true

  - from_file: zsh/.install.yml

  - name: Link ~/bin
    steps:
      - !Link
        from: "bin"
        to: "~/.config/bin"
        symbolic: true

      - !Shell "mkdir $HOME/bin/compiled"