-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
38 lines (33 loc) · 1.04 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
- defaults:
link:
create: true
- clean: ['~', '~/.config']
- link:
~/.vim:
~/.zshrc:
~/.shellrc:
~/.tmux.conf:
~/.gitconfig:
~/.dmrc:
~/.Xmodmap:
~/.xprofile:
~/.Xresources:
~/.config/:
glob: true
relink: true
path: config/*
- create:
- ~/.config/electron-ssr
- shell:
-
description: Copying dotfile private config
command: test -e ~/.config/dotfile-private/private.conf || install -m640 ~/.config/dotfile-private/private.example.conf ~/.config/dotfile-private/private.conf
-
description: Change flameshot username
command: test -e ~/.config/flameshot/flameshot.ini -a "$USER" != "yinr" || sed -Ei "s/\/home\/yinr\//\/home\/$USER\//" ~/.config/flameshot/flameshot.ini
-
description: Copying ElectronSSR config
command: test -e ~/.config/electron-ssr/gui-config.json || install -m644 essr-config.json ~/.config/electron-ssr/gui-config.json
-
description: Update submodules
command: git submodule update --remote .dotbot