-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
86 lines (84 loc) · 2.1 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
73
74
75
76
77
78
79
80
81
82
83
84
- shell:
- command: [cd kube/clusters && ./merge_clusters.sh]
stdout: true
stderr: true
- clean: ['~','kube']
- clean:
~/:
force: true
~/.config:
recursive: true
force: true
~/.kube:
force: true
recursive: true
~/.ssh:
force : true
~/Library/Application\ Support/:
force: true
- link:
~/.profile: profile
~/.bashrc: bashrc
~/.bash_logout: bash_logout
~/.gitconfig: gitconfig
~/.ssh/config:
path: ssh/config
create: true
~/.zshrc: zshrc
~/kubectl_aliases: kubectl_aliases
~/.config/i3:
if: '[ `uname` = Linux ]'
path: config/i3/
create: true
~/.kube/config:
path: kube/config
create: true
~/.newsboat/urls:
path: newsboat/urls
create: true
~/.config/wezterm:
path: wezterm
create: true
~/.config/nvim:
path: config/nvim
create: true
~/.config/atuin:
path: config/atuin
create: true
~/.ideavimrc: ideavimrc
# ~/Library/Application\ Support/JetBrains/:
# if: '[ `uname` = Darwin ]'
# path: JetBrains/
# create: true
# force : true
# ~/.config/JetBrains:
# if: '[ `uname` = Linux ]'
# path: JetBrains/
# create: true
~/.config/starship.toml: starship.toml
~/.aerospace.toml: aerospace.toml
~/.gradle/gradle.properties: gradle.properties
~/.config/yabai:
if: '[ `uname` = Darwin ]'
path: config/yabai/
create: true
~/.config/skhd:
if: '[ `uname` = Darwin ]'
path: config/skhd/
create: true
~/.config/spacebar:
if: '[ `uname` = Darwin ]'
path: config/spacebar/
create: true
~/.config/sketchybar:
if: '[ `uname` = Darwin ]'
path: config/sketchybar/
create: true
~/Library/Application\ Support/idasen-controller:
if: '[ `uname` = Darwin ]'
path: idasen-controller
create: true
~/.config/idasen-controller:
if: '[ `uname` = Linux ]'
path: idasen-controller
create: true