gbraad-devenv / fedora

Fedora-based development environment of @gbraad
https://fedora.devenv.gbraad.nl
5 stars 7 forks source link

Use coder #7

Closed gbraad closed 1 year ago

gbraad commented 3 years ago

Create an image devenv/coder that is based on systemd -> dotfiles #11

https://coder.com/docs/code-server/latest/install#fedora-centos-rhel-suse


export VERSION=4.10.0
curl -fOL https://github.com/coder/code-server/releases/download/v$VERSION/code-server-$VERSION-amd64.rpm
sudo rpm -i code-server-$VERSION-amd64.rpm
sudo systemctl enable --now code-server@$USER
# Now visit http://127.0.0.1:8080. Your password is in ~/.config/code-server/config.yaml