-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
42 lines (39 loc) · 1.01 KB
/
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
35
36
37
38
39
40
41
42
- defaults:
link:
relink: true
create: true
- clean:
~/:
~/.config:
- link:
~/.dotfiles:
path: ""
~/.gitconfig:
path: configs/git/gitconfig
~/.config/qtile:
path: configs/qtile
force: true
~/.config/kitty:
path: configs/kitty
~/.zshrc:
path: configs/zsh/.zshrc
~/.config/starship.toml:
path: configs/starship/starship.toml
~/.config/qutebrowser/config.py:
path: configs/qutebrowser/config.py
~/.local/share/qutebrowser/userscripts/translate:
path: configs/qutebrowser/userscripts/translate
~/.config/rofi/config.rasi:
path: configs/rofi/config.rasi
~/.config/nvim:
path: configs/nvim
~/.config/ptpython/config.py:
path: configs/ptpython/config.py
- shell:
-
command: git submodule update --init --recursive
description: Installing dotbot
stdout: true
-
command: chmod +x ~/.local/share/qutebrowser/userscripts/translate
description: Make qutebrowser scripts executable