Add latex and fonts
This commit is contained in:
parent
3ec883c0d8
commit
486b45c370
@ -16,3 +16,23 @@
|
||||
- hunspell-fr
|
||||
- rxvt-unicode
|
||||
- vlc
|
||||
- texlive-most
|
||||
|
||||
|
||||
- name: Install graphical packages
|
||||
pacman:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
with_items:
|
||||
- awesome-terminal-fonts
|
||||
- cantarell-fonts
|
||||
- gnu-free-fonts
|
||||
- gsfonts
|
||||
- ttf-bitstream-vera
|
||||
- ttf-dejavu
|
||||
- ttf-droid
|
||||
- ttf-roboto
|
||||
- ttf-liberation
|
||||
- ttf-ubuntu-font-family
|
||||
- ttf-inconsolata
|
||||
- noto-fonts
|
||||
|
Loading…
Reference in New Issue
Block a user