-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
79 lines (77 loc) · 1.83 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
- clean: ['~', '~/.config']
- link:
~/.vimrc: vimrc
~/.zshrc: zshrc
~/.zshenv: zshenv
~/.tmux.conf: tmux.conf
~/.taskrc: taskrc
~/.xinitrc: xinitrc
~/.bashrc: bashrc
~/.latexmkrc: latexmkrc
~/.ignore: ignore
~/.config/git/config:
create: true
path: gitconfig
~/.config/git/ignore:
create: true
path: gitignore
~/.config/ripgreprc:
create: true
path: ripgreprc
~/.config/Xresources:
create: true
path: Xresources
~/.config/Xmodmap:
create: true
path: Xmodmap
~/.config/i3/config:
create: true
path: i3config
~/.config/i3status/config:
create: true
path: i3status
~/.config/dunst/dunstrc:
create: true
path: dunstrc
~/.config/i3status/py3status:
create: true
path: py3status/
~/.config/nvim/init.vim:
create: true
path: vimrc
~/.config/nvim/ftplugin:
create: true
path: vim/ftplugin/
~/.vim/ftplugin:
create: true
path: vim/ftplugin/
~/.config/pylintrc:
create: true
path: pylintrc
~/.mdlrc: mdlrc
~/.config/markdown.style.rb:
create: true
path: markdown.style.rb
~/.config/liquidpromptrc:
create: true
path: liquidpromptrc
~/.config/zathura/zathurarc:
create: true
path: zathurarc
~/.config/ranger/rc.conf:
create: true
path: ranger/ranger.conf
~/.config/ranger/rifle.conf:
create: true
path: ranger/rifle.conf
~/.config/ranger/commands.py:
create: true
path: ranger/commands.py
~/.config/cmus/cmus-status-display:
create: true
path: cmus-status-display
~/.config/tridactyl/tridactylrc:
create: true
path: tridactylrc
- shell:
- [git submodule update --init --recursive, Installing submodules]