aboutsummaryrefslogtreecommitdiff
path: root/install.conf.yaml
blob: cea00fbad49a4e69264c46b3fcf16c5883828f6c (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
36
37
38
39
40
41
42
- defaults:
        link:
                relink: true
                create: true

- clean: [
    '~',
    '~/.config'
    ]

- link:
        ~/.aria2: files/.aria2
        ~/.mpv: files/.mpv
        ~/.lessfilter.sh: files/.lessfilter.sh
        ~/.psqlrc: files/.psqlrc
        ~/.taskrc: files/.taskrc
        ~/.vit: files/.vit
        # 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
        # Configs
        ~/.config/devilspie2: files/.config/devilspie2
        ~/.config/youtube-dl: files/.config/youtube-dl
        ~/.config/xfce4/terminal: files/.config/xfce4/terminal
        ~/.config/redshift.conf: files/.config/redshift.conf

- shell:
    - [git submodule update --init --recursive, Installing submodules]
    - [vim -c 'PluginInstall' +qall, Installing vim plugins]
    - [~/.tmux/plugins/tpm/bin/install_plugins, Installing tmux plugins]