-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall.conf.yaml
52 lines (50 loc) · 1.31 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
- defaults:
link:
force: true
create: true
- clean: ["~", "~/.config"]
- link:
~/.config/zsh/.zshrc: dots/zsh/zshrc
~/.config/zsh/.zprofile: dots/zsh/zprofile
~/.themes/nordic:
path: dots/nordic-gtk-theme
use_glob: true
~/.config/alacritty:
path: dots/alacritty
use_glob: true
~/.config/zsh/custom:
path: dots/zsh/custom
use_glob: true
~/.config/zsh/oh-my-zsh:
path: dots/oh-my-zsh
use_glob: true
~/.config/alacritty/alacritty.yml: dots/alacritty/alacritty.yml
~/.config/nvim:
path: dots/nvim
use_glob: true
~/.config/sxhkd/sxhkdrc: dots/sxhkd/sxhkdrc
~/.config/mpd/mpd.conf: dots/mpd/mpd.conf
~/.xinitrc: dots/.xinitrc
~/.config/qtile:
path: dots/qtile
use_glob: true
~/.config/polybar:
path: dots/polybar
use_glob: true
~/.config/systemd:
path: dots/systemd
use_glob: true
~/.config/rofi:
path: dots/rofi
use_glob: true
~/.config/qutebrowser:
path: dots/qutebrowser
use_glob: true
~/.local/bin/scripts:
path: dots/scripts
use_glob: true
recursive: true
~/.config/fontconfig/fonts.conf: dots/fontconfig/fonts.conf
- create:
- ~/code
- shell: [git submodule update --init --recursive, Installing submodules]