summaryrefslogtreecommitdiff
path: root/install.conf.yaml
blob: b4dfa57cd673fe493700c80e15a9838082a13dc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
- defaults:
    link:
      relink: true

- clean: ['~']

- link:
    ~/.vimrc: vimrc
    ~/.zshrc: zshrc
    ~/.config/kitty/kitty.conf:
      path: kitty/kitty.conf
      create: true
    ~/.oh-my-zsh/custom:
      path: omz/custom
      create: true
      force: true

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

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