From 0fa60459bf01add21e0ce32b278d6cd54de74095 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Sun, 13 Oct 2024 12:25:40 +0200 Subject: [PATCH] Updated readme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e36044..b15cea9 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # 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 -## Set up VM containing SSH code server +## Option 1: Set up VM containing SSH code server Configure new VM with following resources: * 2GB RAM * 16GB vDisk @@ -14,7 +16,10 @@ Configure new VM with following resources: * Minimal installation * 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) * Install git ```