-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathinstall.conf.yaml
42 lines (41 loc) · 1.01 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
- clean: ['~', '~/.config']
- link:
~/.aliases: .aliases
~/.dir_colors: .dir_colors
~/.fonts: .fonts/
~/.gitignore_global: .gitignore_global
~/.gitconfig: .gitconfig
~/.config/i3:
force: true
create: true
path: .config/i3
~/.config/yamllint/config:
create: true
path: .config/yamllint/config
~/.config/dunst: .config/dunst
~/.config/polybar: .config/polybar
~/.config/mpv: .config/mpv
~/.config/ncdu: .config/ncdu
~/.config/nvim/init.vim:
create: true
path: .config/nvim/init.vim
~/.config/wpg/wpg.conf:
create: true
path: .config/wpg/wpg.conf
~/.local/bin:
create: true
path: .local/bin/
~/.oh-my-zsh: .oh-my-zsh/
~/.profile: .profile
~/.tmux: .tmux/
~/.tmux.conf: .tmux.conf
~/.tmuxinator: .tmuxinator
~/.urxvt: .urxvt/
~/.xinitrc:
force: true
path: .xinitrc
~/.Xresources: .Xresources
~/.keynavrc: .keynavrc
~/.zshrc:
force: true
path: .zshrc