Remove Noto Sans Mono fonts
This commit is contained in:
parent
913686cf1b
commit
7917b3a8f5
3 changed files with 0 additions and 8 deletions
Binary file not shown.
Binary file not shown.
|
@ -27,14 +27,6 @@
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
repo: https://github.com/acperkins/emacs.d.git
|
repo: https://github.com/acperkins/emacs.d.git
|
||||||
dest: "{{ ansible_env.HOME }}/.emacs.d"
|
dest: "{{ ansible_env.HOME }}/.emacs.d"
|
||||||
- name: Install NotoSansMono-Regular font
|
|
||||||
ansible.builtin.copy:
|
|
||||||
src: NotoSansMono-Regular.ttf
|
|
||||||
dest: "{{ ansible_env.HOME }}/.local/share/fonts/NotoSansMono-Regular.ttf"
|
|
||||||
- name: Install NotoSansMono-Bold font
|
|
||||||
ansible.builtin.copy:
|
|
||||||
src: NotoSansMono-Bold.ttf
|
|
||||||
dest: "{{ ansible_env.HOME }}/.local/share/fonts/NotoSansMono-Bold.ttf"
|
|
||||||
- name: Create Emacs user service (Linux)
|
- name: Create Emacs user service (Linux)
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: emacs.service
|
src: emacs.service
|
||||||
|
|
Loading…
Reference in a new issue