dotfiles/install.conf.yaml
Andrew Mulbrook a19149d2de Add font resources and terminal config
Configure the term to utilize a nicer looking / easier to
read font.
2021-02-12 16:17:32 -06:00

26 lines
504 B
YAML

- defaults:
link:
relink: true
- clean: ['~']
- create:
- ~/projects
- ~/.config/kitty
- ~/.local/share/fonts
- ~/.fonts
- link:
~/.bashrc: bashrc
~/.profile: profile
~/.vimrc: vimrc
~/.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]