-
Notifications
You must be signed in to change notification settings - Fork 1
/
install.conf.yaml
52 lines (47 loc) · 1.06 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
51
52
- defaults:
link:
relink: true
create: true
- clean: ['~']
- link:
~/.dotfiles: ''
- create:
- ~/Developer
- "~/Docker Data"
- ~/Pictures/Screenshots
- ~/.config/nvim/undo
- ~/.config/nvim/swaps
- ~/.config/nvim/sessions
- link:
~/.bin: bin
~/.init: init
~/.gitconfig: git/gitconfig
~/.gitignore_global: git/gitignore_global
~/.hyper.js: hyper/.hyper.js
~/.iterm-profiles: iterm
~/.aliases: system/aliases
~/.themes: themes
~/.tmux.conf: tmux/tmux.conf
~/.config/nvim:
create: true
path: nvim
force: true
~/.config/karabiner:
create: true
path: karabiner
force: true
# ~/.config/colorls:
# path: colorls
~/.aws: secrets/.aws
~/.secrets: secrets
# ~/.ssh: secrets/.ssh
~/.oh-my-zsh-custom: zsh/ohmyzsh-custom
~/.zshrc:
force: true
path: zsh/zshrc
~/.zprofile:
force: true
path: zsh/zprofile
~/.fzf.zsh : zsh/.fzf.zsh
- shell:
- [git submodule update --init --recursive, Installing submodules]