bundles/basic: install kitty-terminfo instead of manually deploying a terminfo file

This commit is contained in:
Franzi 2022-02-25 15:04:15 +01:00
parent 4894dccd79
commit 421b27b6a7
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 6 additions and 1 deletions

Binary file not shown.

View file

@ -20,7 +20,7 @@ files = {
'content': '',
},
'/root/.terminfo/x/xterm-kitty': {
'content_type': 'binary',
'delete': True,
},
}

View file

@ -2,6 +2,11 @@ from json import loads
from os.path import join
defaults = {
'apt': {
'packages': {
'kitty-terminfo': {},
},
},
'users': {
'root': {
'home': '/root',