summaryrefslogtreecommitdiff
path: root/install.conf.yaml
blob: c0b53f03a10c871ea594f5eeae45055d9b2305cf (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
- defaults:
    link:
      relink: true

- clean: ['~']

- create:
    - ~/.cache
    - ~/.config

- 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: gpg-agent.conf

- shell:
  - [git submodule update --init --recursive, Installing submodules]