-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathubuntu.conf.yaml
37 lines (32 loc) · 1.35 KB
/
ubuntu.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:
relink: true
create: true
- clean: ['~']
- shell:
- [i3/genconf, "Generating i3 config"]
- link:
~/.Xresources: x/Xresources
~/.config/alacritty: alacritty
~/.config/espanso: espanso
~/.config/fontconfig/fonts.conf: fonts/fonts.conf
~/.config/gammastep: gammastep
~/.config/greenclip.toml: greenclip/greenclip.toml
~/.config/onagre: onagre
~/.config/hypr: hypr
~/.config/terminator/config: terminator/config
~/.config/user-dirs.conf: xdg/user-dirs.conf
~/.config/waybar: waybar
~/.fonts/Font-Awesome-6-Brands-Regular-400.otf: fonts/Font-Awesome-6-Brands-Regular-400.otf
~/.fonts/Font-Awesome-6-Free-Regular-400.otf: fonts/Font-Awesome-6-Free-Regular-400.otf
~/.fonts/Font-Awesome-6-Free-Solid-900.otf: fonts/Font-Awesome-6-Free-Solid-900.otf
~/.fonts/Inconsolata-Regular.ttf: fonts/Inconsolata-Regular.ttf
~/.fonts/NotoColorEmoji.ttf: fonts/NotoColorEmoji.ttf
~/.fonts/SourceCodePro-Regular.ttf: fonts/SourceCodePro-Regular.ttf
~/.i3/config: i3/config
~/.i3blocks.conf: i3/i3blocks.conf
~/.xbindkeysrc: xbindkeys/xbindkeysrc
~/bin/hop: i3/scripts/hop
~/bin/i3_switch_workspace.sh: i3/scripts/i3_switch_workspace.sh
- shell:
- ['([ -x "$(command -v fc-cache)" ] && fc-cache -f -v ~/.fonts) || echo "no fc-cache command"', "Regenerate font cache."]