forked from anishathalye/dotfiles_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
40 lines (36 loc) · 1.26 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
- defaults:
link:
relink: true
- clean: ['~', '~/.config', '~/.zprezto']
- create:
- ~/Projects
- ~/.cache/i3
- ~/.local/share/mlocate
- ~/.config/systemd/user
- ~/.config/zsh/post-zshrc.d
- link:
~/.gitconfig: git/gitconfig
~/.gitignore: git/gitignore
~/.scripts: scripts
~/.config/i3: i3/config
~/.i3blocks.conf: i3/i3blocks.conf
~/.config/termite: termite/config
~/.config/beets: beets/config
~/.Xresources: xterm/Xresources
~/.config/dunst: dunst/config
~/.config/rofi: rofi/config
~/.bashrc: bash/bashrc
~/.zprezto: zsh/prezto
~/.zlogin: zsh/zlogin
~/.zlogout: zsh/zlogout
~/.zpreztorc: zsh/zpreztorc
~/.zprofile: zsh/zprofile
~/.zshenv: zsh/zshenv
~/.zshrc: zsh/zshrc
~/.config/systemd/user/updatedb.service: mlocate/config/systemd/user/updatedb.service
~/.config/systemd/user/updatedb.timer: mlocate/config/systemd/user/updatedb.timer
~/.config/zsh/post-zshrc.d/mlocate-path.sh: mlocate/config/zsh/post-zshrc.d/mlocate-path.sh
- shell:
- [git submodule update --init --recursive, Installing submodules]
- [systemctl --user daemon-reload, reload user systemd service manager]
- [systemctl --user --now enable updatedb.timer, start mlocate database timer]