-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
105 lines (105 loc) · 2.31 KB
/
config.yaml
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
actions:
post:
ibussetup: >-
if [[ {{@@ env['DISPLAY'] @@}} == ":*" ]]; then
ibus-setup
fi
xdgdir: mkdir -p ~/Projects ~/Pictures/Screenshots ~/Music/lyrics
config:
backup: false
banner: false
create: true
keepdot: true
showdiff: true
check_version: true
dotpath: home
dynvariables:
ffcss: >-
if [[ -d ~/.mozilla/firefox ]]; then
find ~/.mozilla/firefox/ -type d -name "*default-release"
fi
dotfiles:
home:
src: .
dst: '~'
link: link_children
instignore:
- .config
- .local
- .xdman
- bin
- firefox
config:
src: .config
dst: ~/.config
link: link_children
instignore:
- Caprine
- gh
- ibus-bamboo
- mpd
- qBittorrent
- qt5ct
- Thunar
- viewnior
- systemd
Caprine:
src: .config/Caprine
dst: ~/.config/Caprine
link: link_children
gh:
src: .config/gh
dst: ~/.config/gh
link: link_children
ibus-bamboo:
src: .config/ibus-bamboo
dst: ~/.config/ibus-bamboo
link: absolute
actions:
- ibussetup
mpd:
src: .config/mpd
dst: ~/.config/mpd
link: link_children
qBittorrent:
src: .config/qBittorrent
dst: ~/.config/qBittorrent
link: link_children
qt5ct:
src: .config/qt5ct
dst: ~/.config/qt5ct
link: link_children
Thunar:
src: .config/Thunar
dst: ~/.config/Thunar
link: link_children
viewnior:
src: .config/viewnior
dst: ~/.config/viewnior
link: link_children
systemd:
src: .config/systemd
dst: ~/.config/systemd
link: link_children
ff_chrome:
src: firefox
dst: '{{@@ ffcss @@}}/chrome'
link: absolute
xdman:
src: .xdman
dst: ~/.xdman
link: link_children
local_bin:
src: bin
dst: ~/.local/share/bin
link: absolute
# void_actions:
# src:
# dst:
# actions:
profiles:
Archie:
dotfiles:
- ALL
actions:
- xdgdir