Install Code Server on Artix
Same as installing code-server on Arch, except you need an OpenRC script.
Install using yay
yay
is a convenient AUR helper.
|
|
Install using makepkg
|
|
Download and configure OpenRC script
The script is pretty generic and should work on most OpenRC-based distributions with minimal tweaks. You just need to download it, make it executable and put your username in line 3.
|
|
code-server
reads configuration from ~/.config/code-server/config.yaml
. It is better than sending arguments directly to code-server
using the script.
Usage
Start on boot with default runlevel
|
|
Start the service immediately
|
|
Author Aditya
LastMod 2023-02-13 (ec397d7)