dotfiles/install.conf.yaml

31 lines
566 B
YAML
Raw Normal View History

- defaults:
link:
relink: true
- clean: ['~']
- create:
- ~/projects
- ~/.config/kitty
- ~/.local/share/fonts
- ~/.fonts
- link:
~/.bashrc: bashrc
~/.profile: profile
2021-05-22 13:57:39 -05:00
~/.inputrc: inputrc
~/.vimrc: vimrc
~/.vim: vim
2021-05-22 13:57:39 -05:00
~/.csirc: csirc
~/.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]