diff --git a/workspaces/Asciiville/workspace.json b/workspaces/Asciiville/workspace.json index 6f92910..ccf7650 100644 --- a/workspaces/Asciiville/workspace.json +++ b/workspaces/Asciiville/workspace.json @@ -3,6 +3,7 @@ "docker_registry": "https://index.docker.io/v1/", "image_src": "asciiville.png", "name": "doctorwhen/kasm:asciiville-deluxe", + "friendly_name": "Asciiville Deluxe", "run_config": { "hostname": "kasm-asciiville" }, @@ -17,17 +18,15 @@ "Development", "Productivity" ], - "friendly_name": "Asciiville", "architecture": [ "amd64" ], "compatibility": [ - "1.13.x", "1.14.x" ], "cores": 2, "memory": 5536, "gpu_count": 0, "cpu_allocation_method": "Inherit", - "uncompressed_size_mb": 10592 + "uncompressed_size_mb": 9060 } \ No newline at end of file diff --git a/workspaces/Neovim/neovim.png b/workspaces/Neovim/neovim.png new file mode 100644 index 0000000..f57f9d7 Binary files /dev/null and b/workspaces/Neovim/neovim.png differ diff --git a/workspaces/Neovim/workspace.json b/workspaces/Neovim/workspace.json new file mode 100644 index 0000000..fc806c2 --- /dev/null +++ b/workspaces/Neovim/workspace.json @@ -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-deluxe", + "friendly_name": "Neovim Deluxe", + "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": [ + "Desktop", + "Development", + "Productivity" + ], + "architecture": [ + "amd64" + ], + "compatibility": [ + "1.14.x" + ], + "uncompressed_size_mb": 8360 +} \ No newline at end of file