-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall.conf.yaml
49 lines (45 loc) · 984 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
41
42
43
44
45
46
47
48
49
- defaults:
link:
create: true
relink: true
- clean: ['~', '~/.config']
- link:
~/.asdfrc:
~/.bash:
~/.bash_profile:
~/.bashrc:
~/.bundle/config: bundle/config
~/.config/nvim/coc-settings.json: coc-settings.json
~/.config/nvim/init.vim: vimrc
~/.curlrc:
~/.editorconfig:
~/.gem/credentials: gem/credentials
~/.gemrc:
~/.gitattributes:
~/.gitconfig.secret:
~/.gitconfig:
~/.gitignore_global:
~/.gvimrc:
~/.ignore:
~/.inputrc:
~/.myrspec:
~/.oh-my-zsh:
~/.screenrc:
~/.shell:
~/.ssh/config: ssh/config
~/.tool-versions:
~/.vim:
~/.vimrc:
~/.wgetrc:
~/.zprofile:
~/.zsh:
~/.zshrc:
~/bin: bin
~/init: init
- create:
- ~/projects
- shell:
- [git submodule update --init --recursive, Installing submodules]
- [git update-submodules, Update submodules]
# - [sh apps.sh, Install apps]
# - [sh macos.sh, Run macOS configuration]