File tree Expand file tree Collapse file tree 11 files changed +12
-11
lines changed
examples/templates/docker-with-dotfiles Expand file tree Collapse file tree 11 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 36
36
- name : Checkout
37
37
uses : actions/checkout@v2
38
38
- name : typos-action
39
- uses : crate-ci/typos@v1.0.4
39
+ uses : crate-ci/typos@master
40
40
with :
41
41
config : .github/workflows/typos.toml
42
42
- name : Fix Helper
Original file line number Diff line number Diff line change @@ -187,10 +187,10 @@ jobs:
187
187
- name : Install dependencies
188
188
run : |
189
189
set -euo pipefail
190
- # The version of bash that MacOS ships with is too old
190
+ # The version of bash that macOS ships with is too old
191
191
brew install bash
192
192
193
- # The version of make that MacOS ships with is too old
193
+ # The version of make that macOS ships with is too old
194
194
brew install make
195
195
echo "$(brew --prefix)/opt/make/libexec/gnubin" >> $GITHUB_PATH
196
196
Original file line number Diff line number Diff line change 2
2
alog = " alog"
3
3
Jetbrains = " JetBrains"
4
4
IST = " IST"
5
+ MacOS = " macOS"
5
6
6
7
[default .extend-words ]
7
8
Original file line number Diff line number Diff line change 1
- // This test runs slowly on MacOS instance, and really
1
+ // This test runs slowly on macOS instance, and really
2
2
// only needs to run on Linux anyways.
3
3
//go:build linux
4
4
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ resource "coder_app" "portainer" {
29
29
30
30
![ code-server in a workspace] ( ../images/code-server-ide.png )
31
31
32
- [ code-server] ( https://github.com/coder/coder ) is our supported method of running VS Code in the web browser. A simple way to install code-server in Linux/MacOS workspaces is via the Coder agent in your template:
32
+ [ code-server] ( https://github.com/coder/coder ) is our supported method of running VS Code in the web browser. A simple way to install code-server in Linux/macOS workspaces is via the Coder agent in your template:
33
33
34
34
``` sh
35
35
# edit your template
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ We publish self-contained .zip and .tar.gz archives in [GitHub releases](https:/
112
112
1. Unzip the folder you just downloaded, and move the ` coder` executable to a location that' s on your `PATH`
113
113
114
114
```sh
115
- # ex. MacOS and Linux
115
+ # ex. macOS and Linux
116
116
mv coder /usr/local/bin
117
117
```
118
118
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Coder with Docker has the following advantages:
8
8
9
9
## Requirements
10
10
11
- - A single MacOS or Linux box
11
+ - A single macOS or Linux box
12
12
- A running Docker daemon
13
13
14
14
## Instructions
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ coder update <workspace-name>
51
51
52
52
## Logging
53
53
54
- Coder stores MacOS and Linux logs at the following locations:
54
+ Coder stores macOS and Linux logs at the following locations:
55
55
56
56
| Service | Location |
57
57
| ---------------- | ------------------------------- |
Original file line number Diff line number Diff line change 2
2
# dotfiles with Coder templates.
3
3
4
4
# The Docker aspect of the template only works
5
- # with MacOS /Linux amd64 systems. See the full
5
+ # with macOS /Linux amd64 systems. See the full
6
6
# Docker example for details
7
7
8
8
terraform {
Original file line number Diff line number Diff line change @@ -388,7 +388,7 @@ install_standalone() {
388
388
echoh " Installing v$VERSION of the $ARCH release from GitHub."
389
389
echoh
390
390
391
- # MacOS releases are packaged as .zip
391
+ # macOS releases are packaged as .zip
392
392
case $OS in
393
393
darwin) STANDALONE_ARCHIVE_FORMAT=zip ;;
394
394
* ) STANDALONE_ARCHIVE_FORMAT=tar.gz ;;
You can’t perform that action at this time.
0 commit comments