diff --git a/bundles/basic/files/xterm-kitty b/bundles/basic/files/xterm-kitty new file mode 100644 index 0000000..4cc3982 Binary files /dev/null and b/bundles/basic/files/xterm-kitty differ diff --git a/bundles/basic/items.py b/bundles/basic/items.py index cec34df..71e5d81 100644 --- a/bundles/basic/items.py +++ b/bundles/basic/items.py @@ -19,6 +19,9 @@ files = { '/etc/motd': { 'content': '', }, + '/root/.terminfo/x/xterm-kitty': { + 'content_type': 'binary', + }, } locale_needs = set()