You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,27 +61,27 @@ The container itself runs a non-root user you'll have to specify in `code-server
61
61
<b>Example: `user: "1000:999"`</b><br />
62
62
1000 being your user ID and 999 being your docker group ID.
63
63
64
-
The `DOCKER_USER=${USER}` variable is meant to take your current user's username and pass it on to the container. Meaning you'll have your username from host automatically setup inside container. You can however remove the variable from `docker-compose.yml` alltogether and it will use username `coder` instead.
64
+
<b>DOCKER_USER variable</b><br />
65
+
The `DOCKER_USER=${USER}` variable is meant to take your current user's username and pass it on to the container. Meaning you'll have your username from host automatically setup inside of container. You can however remove the variable from `docker-compose.yml` alltogether, username `coder` will be used by default instead.
65
66
66
67
<b>Start docker compose</b><br />
67
68
```
68
69
docker-compose up -d
69
70
```
70
-
You can now navigate to `DOMAIN` you set earlier to access code-server. You can now open terminal and continue setup of zsh and Oh My Zsh.
71
+
You can now navigate to `DOMAIN` you set earlier to access code-server and open terminal to continue setup of zsh and Oh My Zsh.
71
72
72
73
### Setup Oh My Zsh theme
73
-
By default image installs zsh and Oh My Zsh with a powerlevel10k theme, so you'll have a fancy terminal inside of coder-server.
74
+
By default image installs zsh and Oh My Zsh with a powerlevel10k theme, so you'll have a fancy terminal inside of coder-server! These steps can be skipped if you prefer default look or a different theme.
74
75
75
-
<b>Install font for Oh My Zsh theme</b><br />
76
-
Download the font, install it and set it in code-server. You can follow the Visual Studio Code guide provided in the same link as the font.<br />
76
+
<b>Install font for powerlevel10k theme</b><br />
77
+
Download the font, install it and change it in code-server. You can follow the Visual Studio Code guide provided in the same link as the font.<br />
0 commit comments