-
Notifications
You must be signed in to change notification settings - Fork 1
/
install.conf.yaml
34 lines (29 loc) · 958 Bytes
/
install.conf.yaml
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
- defaults:
shell:
quiet: true
stdout: true
stdin: true
stderr: true
- shell:
- [git submodule update --init --recursive, Installing modules]
- [bash dotbot-tools/respald-folders.sh, Checking for old dotfiles folders and trying to respald it]
- [bash dotbot-tools/install-dependencies.sh, Installing dependencies (only available if you has an arch-based system)]
- clean: ['~', '~/.config', '~/.local/share']
- create:
- ~/.config
- ~/.local/share
- ~/.local/bin
- link:
~/.config/:
glob: true
path: .config/*
~/.local/bin/spotify_status.py: .local/bin/spotify_status.py
~/.local/bin/themer: .local/bin/themer
~/.local/share/:
create: true
path: .local/share/**
glob: true
~/.zshrc: .zshrc
- shell:
- [bash dotbot-tools/setup-bash.sh, Fixing bash configuration to an appropiate working with oh my bash]
- [bash dotbot-tools/recompile-dwm.sh, Recompiling dwm]