Skip to content

Commit

Permalink
Add Kitty workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorfree committed Dec 30, 2023
1 parent 5854887 commit 8a01a17
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
Binary file added workspaces/Kitty/kitty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions workspaces/Kitty/workspace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"description": "Kitty is a fast, feature-rich, GPU based terminal emulator",
"docker_registry": "https://index.docker.io/v1/",
"image_src": "kitty.png",
"name": "doctorwhen/kasm:kitty",
"friendly_name": "Kitty Terminal",
"cores": 2,
"memory": 4096,
"gpu_count": 0,
"cpu_allocation_method": "Inherit",
"run_config": { "hostname": "kasm-kitty" },
"exec_config": {
"first_launch": {
"user":"root",
"cmd":"bash -c 'echo \"kasm-user ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers'"
}
},
"categories": [],
"architecture": [
"amd64"
],
"compatibility": [
"1.14.x"
],
"uncompressed_size_mb": 11200
}

0 comments on commit 8a01a17

Please sign in to comment.