Updated readme

This commit is contained in:
Christoffer Martinsson 2024-10-13 12:25:40 +02:00
parent 0088c658bb
commit 0fa60459bf

View File

@ -1,10 +1,12 @@
# code_server # 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: If Win11 is used as main terminal/client then pleas configure following:
* Windows Terminal (Preview) * Windows Terminal (Preview)
* Font: CodeNewRoman Nerd Font * Font: CodeNewRoman Nerd Font
## Set up VM containing SSH code server ## Option 1: Set up VM containing SSH code server
Configure new VM with following resources: Configure new VM with following resources:
* 2GB RAM * 2GB RAM
* 16GB vDisk * 16GB vDisk
@ -14,7 +16,10 @@ Configure new VM with following resources:
* Minimal installation * Minimal installation
* Install openssh server * Install openssh server
## Install (client side) ## 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) * Log in via SSH (or open desktop terminal)
* Install git * Install git
``` ```