blob: ca3449520d6a38b1fb8538fc98b363f9a6c62753 (
plain)
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
|
- defaults:
link:
relink: true
- clean: ['~']
- create:
- ~/.cache
- ~/.config
- create:
~/.gnupg:
mode: 0700
- shell:
- sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- link:
~/.vimrc: vimrc
~/.zshrc:
path: zshrc
force: true
~/.config/kitty/kitty.conf:
path: kitty/kitty.conf
create: true
~/.oh-my-zsh/custom/func.zsh:
path: omz/custom/func.zsh
create: true
~/.gnupg/gpg-agent.conf:
path: gpg-agent.conf
create: true
- shell:
- [git submodule update --init --recursive, Installing submodules]
|