summaryrefslogtreecommitdiffstatshomepage
path: root/install.conf.yaml
blob: 7473225bb468808600069eb9ed05fdec07b44a64 (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:
    ~/.zshrc:
    ~/.p10k.zsh:
    ~/.gitconfig:
    ~/.ssh/config: "ssh/config"
    ~/.gnupg/gpg.conf: "gnupg/gpg.conf"