-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
50 lines (47 loc) · 1.1 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
- defaults:
link:
relink: true
- clean: ['~']
- clean:
~/:
force: true
~/.config:
recursive: true
- link:
~/.zshrc:
path: zshrc
~/.bash_profile:
path: bash_profile
~/.condarc:
path: condarc
~/.config:
glob: true
path: config/*
force: true
relink: true
~/.gitconfig:
path: gitconfig
~/.inputrc:
path: inputrc
~/.npmrc:
path: npmrc
~/.pythonrc:
path: pythonrc
~/.tmux.conf:
path: tmux.conf
~/.vimrc:
path: vimrc
~/.yarnrc:
path: yarnrc
~/.tmuxthemes:
path: tmuxthemes
~/.terminalizer:
path: terminalizer
~/.zsh:
path: zsh
~/.itermcolors:
path: itermcolors
~/.emacs:
path: emacs
~/.flake8:
path: flake8