Add wezterm terminfo file

This commit is contained in:
sonny 2024-08-31 12:41:48 +02:00
parent a80f21e57c
commit 4c68081a8d
2 changed files with 96 additions and 0 deletions

View file

@ -20,3 +20,9 @@
# TODO: provision default grub menu entry for now
# linux-image-6.1.0-17 kernel seems to break networking
#
- name: copy wezterm terminfo file
file:
src: 'files/wezterm.terminfo'
dest: '{{ ansible_env.HOME }}/.terminfo'