summaryrefslogtreecommitdiffstatshomepage
path: root/install.conf.yaml
blob: 77a732b35648a6e37962333ea1d941b9bde5f8d2 (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:
      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:
    ~/.wakeonlan:
    ~/.ssh/: 
      glob: true
      path: ssh/*
    ~/.gnupg/:
      glob: true
      path: gnupg/*