-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall.conf.yaml
55 lines (52 loc) · 1.7 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
- defaults:
link:
relink: true
- clean: ["~"]
- link:
~/.gnupg/gpg-agent.conf: homedir/dot_gnupg/gpg-agent.conf
~/.bash_profile: homedir/dot_bash_profile
~/.bashrc: homedir/dot_bashrc
~/.profile: homedir/dot_profile
~/.Xdefaults: homedir/dot_Xdefaults
~/.icons: homedir/dot_icons
~/.librewolf/librewolf.overrides.cfg: homedir/dot_librewolf/librewolf.overrides.cfg
~/.local/bin: scripts
~/.local/share/nwg-look: dot_local/share/nwg-look
~/.local/share/wallpaper: dot_local/share/wallpaper
~/.local/share/applications/:
glob: true
path: dot_local/share/applications/*
~/.local/share/applications/mimeapps.list: dot_config/mimeapps.list
~/.config/:
glob: true
path: dot_config/*
exclude: [dot_config/maxima, dot_config/pulse, dot_config/sunshine]
~/.config/sunshine/apps.json:
create: true
force: true
path: dot_config/sunshine/apps.json
~/.config/user-dirs.dirs:
create: true
force: true
path: dot_config/user-dirs.dirs
~/.config/mimeapps.list:
create: true
force: true
path: dot_config/mimeapps.list
~/.config/maxima/:
create: true
glob: true
path: dot_config/maxima/*
~/.config/pulse/:
create: true
glob: true
path: dot_config/pulse/*
- shell:
- [git submodule update --init --recursive, Installing submodules]
- [
update-desktop-database ~/.local/share/applications/,
Updating desktop entries database,
]
- [./gen_scripts_readme.sh, Generating scripts Readme]
- [pacman -Qenq | sort >pacman_native, Saving native package list]
- [pacman -Qemq | sort >pacman_foreign, Saving foreign package list]