bundles/basic: install kitty-terminfo instead of manually deploying a terminfo file
This commit is contained in:
parent
4894dccd79
commit
421b27b6a7
3 changed files with 6 additions and 1 deletions
Binary file not shown.
|
@ -20,7 +20,7 @@ files = {
|
||||||
'content': '',
|
'content': '',
|
||||||
},
|
},
|
||||||
'/root/.terminfo/x/xterm-kitty': {
|
'/root/.terminfo/x/xterm-kitty': {
|
||||||
'content_type': 'binary',
|
'delete': True,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,11 @@ from json import loads
|
||||||
from os.path import join
|
from os.path import join
|
||||||
|
|
||||||
defaults = {
|
defaults = {
|
||||||
|
'apt': {
|
||||||
|
'packages': {
|
||||||
|
'kitty-terminfo': {},
|
||||||
|
},
|
||||||
|
},
|
||||||
'users': {
|
'users': {
|
||||||
'root': {
|
'root': {
|
||||||
'home': '/root',
|
'home': '/root',
|
||||||
|
|
Loading…
Reference in a new issue