-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathraspberry.yml
50 lines (39 loc) · 1.03 KB
/
raspberry.yml
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
devices:
hosts:
pi:
users:
root:
home_dir: '/root'
profile_dropins_dir: '.profile.d'
shells:
bash:
config_dropins_dir: '.bashrc.d'
editors:
vim:
default: true
config_dropins_dir: '.vim/configs'
plugins_dir: '.vim/bundle'
toolchains:
shell_basic: {}
shell_extras: {}
admin_system: {}
admin_network: {}
admin_tracing: {}
apps: {}
qazer:
home_dir: '/home/qazer'
downloads_dir: 'misc/downloads'
profile_dropins_dir: '.profile.d'
shells:
bash:
config_dropins_dir: '.bashrc.d'
editors:
vim:
default: true
config_dropins_dir: '.vim/configs'
plugins_dir: '.vim/bundle'
toolchains:
shell_basic: {}
shell_extras: {}
admin_network: {}
apps: {}