aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/install.conf.yaml
blob: b9fcd063760fb7696c044e6f348efc4c7a28710f (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:
    ~/.zprofile:
    ~/.p10k.zsh:
    ~/.gitconfig:
    ~/.ssh/config: "ssh/config"