summaryrefslogtreecommitdiffstatshomepage
path: root/install.conf.yaml
blob: 1740a6340044d5f68159b3631f75df547f9b9e44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
- defaults:
    link:
      create: true
      relink: true
      force: true

- clean: ["~"]

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

- link:
    ~/.bashrc:
    ~/.zshrc:
    ~/.p10k.zsh:
    ~/.gitconfig:
    ~/.ssh/config: ssh/config
    ~/.gnupg/:
      glob: true
      path: gnupg/*.conf

- shell:
    - [
        gpg --keyserver hkps://keys.openpgp.org --recv-key 0xC8F6E06F5C8E2634,
        Getting GPG public key,
      ]
    - [gpg --import-ownertrust gnupg/trustfile.txt, Importing GPG trustfile]
    - ['if [ -n "${WSL_DISTRO_NAME+1}" ]; then ./wsl.install; fi']