Skip to content

Commit

Permalink
Fix Neovim workspace, update Asciiville workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorfree committed Nov 2, 2023
1 parent e7b6fdc commit dc15e2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions workspaces/Asciiville/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"image_src": "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",
"name": "doctorwhen/kasm:asciiville-deluxe",
"cores": 2,
"memory": 2768,
"memory": 5536,
"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'"
"cmd":"bash -c 'echo \"kasm-user ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers'"
}
},
"categories": [
Expand Down
5 changes: 2 additions & 3 deletions workspaces/Neovim/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"image_src": "neovim.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",
"name": "doctorwhen/kasm:neovim-deluxe",
"cores": 2,
"memory": 5536,
"gpu_count": 0,
Expand All @@ -13,7 +12,7 @@
"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'"
"cmd":"bash -c 'echo \"kasm-user ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers'"
}
},
"categories": [
Expand Down

0 comments on commit dc15e2a

Please sign in to comment.