forked from anishathalye/dotfiles_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
40 lines (37 loc) · 929 Bytes
/
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:
create: true
relink: true
- clean: ['~', '~/.config']
- link:
~/.antigenrc:
~/.agignore:
~/.aria2/aria2.conf:
~/.bashrc:
~/.config/i3/config: i3config
~/.config/syncthing/.stignoreglobal: stignoreglobal
~/.config/zathura/zathurarc:
~/.gitconfig:
~/.gitignore_global:
~/.gnupg/gpg.conf:
~/.i3status.conf:
~/.local/share/applications/simple-terminal.desktop: local/simple-terminal.desktop
~/.nanorc: nanorc
~/.nano: plugins/nanorc
~/.pandoc: pandoc
~/.pythonrc:
~/.screenrc:
~/.shell: shell
~/.xrdb/color/nord:
~/.tmux.conf:
~/.vimrc:
~/.xinitrc:
~/.Xresources:
~/.zshrc:
- shell:
- [git submodule update --init --recursive, Installing submodules]
- [mkdir -p $HOME/.wine, Making Wine directory]
- command: vim +PlugUpdate +PlugUpgrade +qall
stdin: true
stdout: true
stderr: true