-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
72 lines (67 loc) · 1.43 KB
/
install.conf.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
- defaults:
link:
create: true
relink: true
- create:
~/.ssh:
mode: 0700
- clean: ['~']
- clean:
~/.config:
recursive: true
- crossplatform-link:
# starship
~/.config/starship/:
glob: true
path: config/starship/*
force: true
fallback_to_copy: true
create: true
# zsh
~/.config/zsh/:
platform: "!win32"
path: config/zsh/**
glob: true
force: true
create: true
exclude: [ "config/general/.zshrc" , "config/general/.zshenv" ]
~/.config/zsh/.zshrc:
platform: "!win32"
path: config/zsh/.zshrc
force: true
create: true
~/.zshenv:
platform: "!win32"
path: config/zsh/.zshenv
force: true
create: true
# pwsh
~/.config/pwsh/:
platform: win32
fallback_to_copy: true
glob: true
path: config/pwsh/**
force: true
create: true
exclude: [ "config/pwsh/profile.ps1"]
${PROFILE_LOCATION}:
platform: win32
fallback_to_copy: true
path: config/pwsh/profile.ps1
force: true
create: true
# Git
~/:
glob: true
fallback_to_copy: true
path: config/general/.*
relink: true
exclude: [ "config/general/.gitignore_global" ]
~/.fdignore:
path: config/general/.gitignore_global
fallback_to_copy: true
force: true
create: true
- windows:
fonts:
path: "fonts/"