Skip to content

Commit

Permalink
Add Asciiville and Neovim workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorfree committed Nov 2, 2023
1 parent b2963d0 commit e928c4d
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 0 deletions.
Binary file added workspaces/Asciiville/asciiville.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/Asciiville/workspace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"friendly_name": "Asciiville",
"image_src": "https://asciiville.dev/assets/asciiville.png",
"description": "Asciiville provides tools and utilities to generate and view Ascii Art",
"docker_registry": "https://index.docker.io/v1/",
"name": "doctorwhen/kasm:asciiville",
"cores": 2,
"memory": 2768,
"gpu_count": 0,
"cpu_allocation_method": "Inherit",
"run_config": { "hostname": "kasm-asciiville" },
"exec_config": {
"first_launch":{
"user":"root",
"cmd":"bash -c 'apt-get update && apt-get install -y sudo && echo \"kasm-user ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers'"
}
},
"categories": [
"Custom",
"Desktop",
"Development",
"Productivity"
],
"require_gpu": false,
"enabled": true,
"image_type": "Container",
"architecture": [
"amd64"
]
}
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.
31 changes: 31 additions & 0 deletions workspaces/Neovim/workspace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"friendly_name": "Neovim",
"image_src": "https://lazyman.dev/assets/neovim-hicontrast.png",
"description": "Neovim is a hyper-extensible text editor derived from Vim",
"docker_registry": "https://index.docker.io/v1/",
"name": "doctorwhen/kasm:neovim",
"name": "kasmweb/neovim:dev",
"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 'apt-get update && apt-get install -y sudo && echo \"kasm-user ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers'"
}
},
"categories": [
"Custom",
"Desktop",
"Development",
"Productivity"
],
"require_gpu": false,
"enabled": true,
"image_type": "Container",
"architecture": [
"amd64"
]
}

0 comments on commit e928c4d

Please sign in to comment.