2024-12-09 22:37:30 +01:00
2024-03-03 22:58:59 +01:00
2023-06-11 21:31:37 +02:00
2024-04-13 14:15:32 +02:00
2024-11-24 22:35:14 +01:00
2024-10-10 23:23:25 +02:00
2023-06-06 17:28:22 +02:00
2024-04-13 21:30:40 +02:00
2024-04-13 14:59:12 +02:00
2024-11-24 22:35:14 +01:00
2024-10-14 10:57:32 +02:00
2024-10-14 10:57:32 +02:00
2024-11-24 22:35:14 +01:00
2024-12-09 22:37:03 +01:00
2024-10-19 17:34:30 +02:00
2024-11-11 18:32:55 +01:00
2024-12-08 22:13:41 +01:00
2024-10-26 10:58:05 +02:00

code_server

Script and dotfiles for setting up complete dev environment based on Ubuntu 22.04 (and 24.04)

If Win11 is used as main terminal/client then pleas configure following:

  • Windows Terminal (Preview)
  • Font: CodeNewRoman Nerd Font

Option 1: Set up VM containing SSH code server

Configure new VM with following resources:

  • 2GB RAM
  • 16GB vDisk
  • Ubuntu server 22.04 boot iso

Install VM (in hypervisor)

  • Minimal installation
  • Install openssh server

Option 2: Install Ubuntu 22.04 or 24.04 locally

  • Install Ubuntu 22.04 or 24.04 desktop

Deploy script

  • Log in via SSH (or open desktop terminal)
  • Install git
sudo apt update && sudo apt -y install curl git
  • Install code_server
curl https://git.cmtec.se/cm/code_server/-/raw/main/update_wrapper.sh?ref_type=heads | bash -s 
  • exit session
  • Log in via SSH (or open desktop terminal)
Description
No description provided
Readme 2 MiB
Languages
Shell 62.4%
Lua 16.4%
Python 14.9%
CSS 6.3%