Skip to content

Commit

Permalink
Add Wing + Neovim workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorfree committed Nov 11, 2023
1 parent a633b48 commit 0056a17
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workspaces/Wing/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"description": "Wing is a programming language for the cloud",
"docker_registry": "https://index.docker.io/v1/",
"image_src": "wing.png",
"name": "doctorwhen/kasm:wing-jammy",
"name": "doctorwhen/kasm:wing",
"friendly_name": "Wing",
"cores": 2,
"memory": 5536,
Expand All @@ -26,5 +26,5 @@
"compatibility": [
"1.14.x"
],
"uncompressed_size_mb": 8120
"uncompressed_size_mb": 7830
}
Binary file added workspaces/WingPlus/wing.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/WingPlus/workspace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"description": "Wing is a programming language for the cloud, Neovim is a hyper-extensible text editor",
"docker_registry": "https://index.docker.io/v1/",
"image_src": "wing.png",
"name": "doctorwhen/kasm:wing-neovim",
"friendly_name": "Wing + Neovim",
"cores": 2,
"memory": 5536,
"gpu_count": 0,
"cpu_allocation_method": "Inherit",
"run_config": { "hostname": "kasm-wing", "ports": { "3000/tcp": 3000 } },
"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": 8110
}

0 comments on commit 0056a17

Please sign in to comment.