forked from mathiasbynens/dotfiles
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
install.conf.yaml
46 lines (43 loc) · 1.22 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
- defaults:
link:
relink: true
force: true
- clean: ['~', '~/.config']
- link:
~/Library/Application Support/Alfred/Alfred.alfredpreferences: alfred
~/.bashrc: shell/bash/bashrc
~/bin:
create: true
~/.editorconfig: shell/editor/editorconfig
~/.eslintrc.js: shell/editor/.eslintrc.js
~/.config/fish:
create: true
path: shell/fish
~/.config/omf:
create: true
path: shell/fish/omf
~/.finicky.js: config/finicky.js
~/massCode/db.json: apps/massCode.json
~/.gitconfig: git/gitconfig
~/.gitattributes: git/gitattributes
~/.gitignore: git/gitignore_global
~/.gnupg/gpg-agent.conf: gpg/gpg-agent.conf
~/.gnupg/gpg.conf: gpg/gpg.conf
~/.hyper.js: shell/.hyper.js
~/.inputrc: shell/.inputrc
~/.shell:
~/.npmrc: node/npmrc
~/.vim:
path: .vim
~/.vimrc: shell/editor/vimrc
~/.zshrc: shell/zsh/zshrc
- shell:
- git submodule sync --recursive
# - [git submodule update --init --recursive, Installing submodules]
# - [git submodule update --remote --recursive, Updating submodules]
# -
# command: source ./setup/init.sh
# stdin: true
# stdout: true
# description: Running init
# quiet: false