blob: 2d7248497d394b007c4fad20bb1a99a06fc1028d (
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
|
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"
- from_file: systemd/.install-user.yml
- from_file: systemd/.enable-user.yml
|