-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.install.conf.yaml
35 lines (33 loc) · 945 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
- clean: ['~', '~/.config', '~/.atom']
- link:
~/.dotfiles: ''
~/.asdfrc: asdfrc
~/.bashrc: bashrc
~/.gitconfig: gitfiles/gitconfig
~/.gitignore: gitfiles/gitignore
~/.gitattributes: gitfiles/gitattributes
~/.gitfiles: gitfiles/
~/.hushlogin: hushlogin
~/.screenrc: screenrc
~/.zsh: zsh/
~/.zshrc: zsh/zshrc
~/.zshenv: zsh/zshenv
~/.spacemacs: spacemacs
~/.default-python-packages: default-python-packages
# ~/.atom/config.cson:
# create: true
# path: atom/config.cson
# ~/.atom/config.cson:
# create: true
# path: atom/config.cson
# ~/.atom/keymap.cson:
# create: true
# path: atom/keymap.cson
# ~/.atom/snippets.cson:
# create: true
# path: atom/snippets.cson
# ~/.atom/styles.less:
# create: true
# path: atom/styles.less
- shell:
- [git update-submodules, Installing submodules]