-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
40 lines (32 loc) · 1.09 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
- defaults:
link:
create: true
relink: true
- clean: ['~']
- link:
~/.dotfiles: "" # links this folder to ~/.dotfiles/
~/.local-only: local-only
~/.config/bash-it: shell/bash-it-custom
~/.bash-it: shell/bash-it
~/.bash_profile: shell/bash_profile
~/.inputrc: shell/inputrc
~/.aliases: shell/aliases.sh
~/.tmux.conf: shell/tmux.conf
~/.config/powerline/config.json: shell/powerline.json
~/.config/powerline/themes/tmux/default.json: shell/powerline.tmux.json
~/.gitconfig: git/gitconfig
~/.gitignore_global: git/gitignore_global
~/.nano: nano/nano
~/.nanorc: nano/nanorc
~/.ssh/config:
path: ssh/config
create: true
~/.yo-rc-global.json: node/yo-rc-global.json
~/.config/karabiner/karabiner.json:
force: true
path: karabiner.json
- shell:
- ['git submodule init', 'Initializing submodules']
- ['git submodule update', 'Updating submodules 1/2']
- ['git submodule foreach git pull origin master', 'Updating submodules 2/2']
- ['bash ~/dotfiles/shell/configure.sh', 'Configure bash-it']