Skip to content

Instantly share code, notes, and snippets.

@sofianhamiti
Last active March 30, 2022 17:34
Show Gist options
  • Save sofianhamiti/76121c9b423caaa8cb6b10c171c6950c to your computer and use it in GitHub Desktop.
Save sofianhamiti/76121c9b423caaa8cb6b10c171c6950c to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# install code-server with Anaconda
conda install -y -c conda-forge code-server
# run code-server with no auth is for illustrative purposes.
# Make sure you enable authentication in your environment https://coder.com/docs/code-server/latest
code-server --auth none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment