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

- clean: ["~"]

- shell:
    - [git submodule update --init --recursive, Installing submodules]
    - [yes | ./fzf/install --bin, Installing fzf]

- link:
    ~/.zsh:
    ~/.zshrc:
    ~/.p10k.zsh:
    ~/.gitconfig:
    ~/.ssh/config: "ssh/config"