-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.conf.yaml
More file actions
54 lines (44 loc) · 1.11 KB
/
install.conf.yaml
File metadata and controls
54 lines (44 loc) · 1.11 KB
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
- defaults:
link:
relink: true
create: true
- clean: ['~']
- link:
# flat files in root dir
~/.colorgccrc: colorgccrc
~/.gitconfig: gitconfig
~/.gitk: gitk
~/.gtkrc: gtkrc
~/.gtkrc-2.0: gtkrc-2.0
~/.mpdconf: mpdconf
~/.notags: notags
~/.tmux.conf: tmux.conf
~/.Xdefaults.default: Xdefaults.default
~/.Xdefaults: Xdefaults.default
~/.zshrc: zshrc
~/.zshenv: zshenv
# directories, just a symlink
~/.tmux: tmux
# directories - one level, all files
~/.ncmpcpp/:
glob: true
path: ncmpcpp/*
~/.icons/:
glob: true
path: icons/*
# directories - recursive
~/.bin/:
glob: true
path: bin/**
~/.config/:
glob: true
path: config/**
# overrides
~/.config/foot/foot.ini:
path: config/foot/foot-ohagen.ini
if: '[[ "$(hostnamectl hostname)" == "ohagen" ]]'
~/.config/foot/foot.ini:
path: config/foot/foot-snozberries.ini
if: '[[ "$(hostnamectl hostname)" == "snozberries" ]]'
- shell:
- [git submodule update --init --recursive, Installing submodules]