aboutsummaryrefslogtreecommitdiff
path: root/install.conf.yaml
blob: 5d00e4b4c9c289ba49a86e788855bea14b3a7443 (plain) (blame)
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
33
34
35
- defaults:
        link:
                relink: true

- clean: ['~']

- link:
        ~/.aria2: files/.aria2
        ~/.mpv: files/.mpv
        ~/.lessfilter.sh: files/.lessfilter.sh
        # Git
        ~/.gitconfig: files/.gitconfig
        ~/.gitignore: files/.gitignore
        # Tmux
        ~/.tmux.conf: files/.tmux.conf
        ~/.tmux: files/.tmux/
        # Vim
        ~/.vim: files/.vim
        ~/.vimrc: files/.vimrc
        ~/.gvimrc: files/.gvimrc
        # Zsh
        ~/.zsh: files/.zsh
        ~/.zshrc: files/.zshrc
        ~/.zshenv: files/.zshenv
        ~/bin: files/bin
        ~/.config/:
            glob: true
            path: files/.config/*
            create: true

- create:
    - ~/.z

- shell:
    - [git submodule update --init --recursive, Installing submodules]