Skip to content

Commit

Permalink
Add Neovim workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorfree committed Nov 3, 2023
1 parent f8dcc4f commit 5b92a01
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
5 changes: 2 additions & 3 deletions workspaces/Asciiville/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -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
}
Binary file added workspaces/Neovim/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/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-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
}

0 comments on commit 5b92a01

Please sign in to comment.