Add font resources and terminal config
Configure the term to utilize a nicer looking / easier to read font.
This commit is contained in:
parent
94f759dbf4
commit
a19149d2de
17 changed files with 130 additions and 1 deletions
|
|
@ -4,13 +4,23 @@
|
|||
|
||||
- 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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue