28 lines
522 B
YAML
28 lines
522 B
YAML
- defaults:
|
|
link:
|
|
relink: true
|
|
|
|
- clean: ['~']
|
|
|
|
- create:
|
|
- ~/projects
|
|
- ~/.config/kitty
|
|
- ~/.local/share/fonts
|
|
- ~/.fonts
|
|
|
|
- link:
|
|
~/.bashrc: bashrc
|
|
~/.profile: profile
|
|
~/.vimrc: vimrc
|
|
~/.vim: vim
|
|
~/.config/kitty/kitty.conf: kitty.conf
|
|
~/.scripts: scripts
|
|
~/.fonts/:
|
|
glob: true
|
|
path: resources/fonts/*.ttf
|
|
relink: true
|
|
|
|
- shell:
|
|
- [git submodule update --init --recursive, Installing submodules]
|
|
- [fc-cache -f -v, Updating fonts]
|
|
|