Skip to content

Commit

Permalink
Add Neovim Jammy and Ubuntu Jammy workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorfree committed Nov 11, 2023
1 parent 4be6442 commit a633b48
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 1 deletion.
Binary file added workspaces/Neovim-Jammy/neovim.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions workspaces/Neovim-Jammy/workspace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"description": "Neovim is a hyper-extensible text editor derived from Vim",
"docker_registry": "https://index.docker.io/v1/",
"image_src": "neovim.png",
"name": "doctorwhen/kasm:neovim",
"friendly_name": "Neovim (Jammy)",
"cores": 2,
"memory": 5536,
"gpu_count": 0,
"cpu_allocation_method": "Inherit",
"run_config": { "hostname": "kasm-neovim" },
"exec_config": {
"first_launch": {
"user":"root",
"cmd":"bash -c 'echo \"kasm-user ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers'"
}
},
"categories": [
"Development",
"Desktop",
"Productivity"
],
"architecture": [
"amd64"
],
"compatibility": [
"1.14.x"
],
"uncompressed_size_mb": 7800
}
2 changes: 1 addition & 1 deletion workspaces/Neovim/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"docker_registry": "https://index.docker.io/v1/",
"image_src": "neovim.png",
"name": "doctorwhen/kasm:neovim-deluxe",
"friendly_name": "Neovim",
"friendly_name": "Neovim (Focal)",
"cores": 2,
"memory": 5536,
"gpu_count": 0,
Expand Down
Binary file added workspaces/Ubuntu-Jammy/ubuntu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions workspaces/Ubuntu-Jammy/workspace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"description": "Customized Ubuntu 22.04 (Jammy) desktop with extras",
"docker_registry": "https://index.docker.io/v1/",
"image_src": "ubuntu.png",
"name": "doctorwhen/kasm:jammy",
"friendly_name": "Ubuntu Jammy",
"cores": 2,
"memory": 2768,
"gpu_count": 0,
"cpu_allocation_method": "Inherit",
"run_config": { "hostname": "kasm-jammy" },
"exec_config": {
"first_launch": {
"user":"root",
"cmd":"bash -c 'echo \"kasm-user ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers'"
}
},
"categories": [
"Desktop",
"Productivity"
],
"architecture": [
"amd64"
],
"compatibility": [
"1.14.x"
],
"uncompressed_size_mb": 7520
}

0 comments on commit a633b48

Please sign in to comment.