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

- clean: ["~"]

- shell:
    - [git submodule update --init --recursive, Installing submodules]
    - [./fzf/install --no-update-rc, Installing fzf]

- link:
    ~/.zsh:
    ~/.zshrc:
    ~/.zprofile:
    ~/.p10k.zsh:
    ~/.gitconfig:
    ~/.ssh/config:
      path: ssh/config
      force: false