Skip to content

Commit 335365a

Browse files
committed
Change wording in readme
1 parent 1cbb23e commit 335365a

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,27 +61,27 @@ The container itself runs a non-root user you'll have to specify in `code-server
6161
<b>Example: `user: "1000:999"`</b><br />
6262
1000 being your user ID and 999 being your docker group ID.
6363

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.
6566

6667
<b>Start docker compose</b><br />
6768
```
6869
docker-compose up -d
6970
```
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.
7172

7273
### 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.
7475

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 />
78+
79+
Installing font for Oh My Zsh theme
7780
https://github.com/romkatv/powerlevel10k#manual-font-installation
7881

7982
<b>Open .zshrc and change theme to</b><br />
8083
`ZSH_THEME="powerlevel10k/powerlevel10k"`<br />
81-
You can also use any other theme if you prefer something else.
82-
83-
Installing font for Oh My Zsh theme
84-
https://github.com/romkatv/powerlevel10k#manual-font-installation
84+
You'll be asked to go through a setup process once relaunch your terminal.
8585

8686
## Post-installation
8787
You can now install Docker and any other extensions you might want.

0 commit comments

Comments
 (0)