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
* partial/terraform.md: Windows Path var simplify, macOS example output
* partial/terraform.md: typo in windows section
* partial/terraform_vm: updated link for GCP regions
* vscode_ssh_connection: terminal closed on connection fallback
* partial/dotfiles_simple: added section for alumni 2021 or earlier
* automation/playbook 1: added apt update to playbook one, minor refactor on sudo section
* setup guides generated
---------
Co-authored-by: github-actions <[email protected]>
We'll need to change some values in this file. Here's were you can find the required values:
525
521
-**project_id:** from the GCP Console at this [link here](https://console.cloud.google.com).
526
-
-**region:** take a look at the GCP Region and Zone documentation at this [link here](https://cloud.google.com/compute/docs/regions-zones). We strongly recommend you choose the closest geographical region.
527
-
-**zone:** Zone is a subset of region. it is almost always the same as **region** appended with `-a`, `-b`, or `-c`.
522
+
-**region:** take a look at the GCP Region and Zone documentation at this [link here](https://cloud.google.com/compute/docs/regions-zones#available). We generally recommend you choose a geographically nearby region.
523
+
-**zone:** Zone is a subset of region. it is almost always the same as **region** appended with `-a`, `-b`, or `-c`. The zone you select within a region should not have a functional impact.
528
524
-**instance_name:** we recommend naming your VM: `lw-de-vm-<YOUR_GITHUB_USERNAME>`. Replacing `<YOUR_GITHUB_USERNAME>` with your GitHub username.
529
-
-**instance_user:** in your terminal, run `whoami`
525
+
-**instance_user:** in your terminal, run `whoami`, and enter the value
530
526
531
527
After completing this file, it might look similar to:
532
528
@@ -624,7 +620,9 @@ A new VS Code window will open. You may be asked to select the platform of the r
624
620
625
621

626
622
627
-
And you are connected! It should look similar too:
623
+
And you are connected 🎉 It should look similar to the below image.
624
+
625
+
If you don't see a terminal open at the bottom or side of VS Code, you can open a terminal by selecting **Terminal** from the top ribbon menu and selecting **New Terminal** (makes sure to remember the key binding for later 😎)
628
626
629
627

630
628
@@ -835,6 +833,50 @@ To customise this configuration for yourself, you'll need to **fork** the reposi
835
833
836
834
**Forking** creates a copy of the repository under your account (`your_github_username/dotfiles`), which you can then modify with your personal information, such as your name.
837
835
836
+
<details>
837
+
<summary><strong>❗ I started a Le Wagon _Web Development_ or _Data Science_ bootcamp in 2021 or earlier.</strong></summary>
838
+
839
+
Open a ticket with a TA and do the following:
840
+
- Compare your existing dotfiles with the current Le Wagon [dotfile 🔗](https://github.com/lewagon/dotfiles), particularly the `.zshrc` and `settings.json` - if there is no meaningful difference, continue with the setup.
841
+
- If you are OK with losing your existing dotfiles - delete your existing dotfiles repository and continue with the setup
842
+
- If you do not want to lose your existing dotfiles, you can either:
843
+
1. Work with branches
844
+
2. Create a _psuedo fork_ of the Le Wagon dotfiles repository
845
+
846
+
**Option 1. I want to work with branches:**
847
+
- Create a branch of your existing dotfiles setup
848
+
- On `main`, pull from `upstream`, resolve conflicts, commit and push. It is important that you accept incoming changes to the `.zshrc` and `settings.json` files
849
+
- Continue with the setup
850
+
851
+
**Option 2. I want a separate repo for this set of dotfiles:**
852
+
- Cloning the repository to a different target name
Copy file name to clipboardExpand all lines: WINDOWS.md
+53-11Lines changed: 53 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -352,7 +352,7 @@ To install terraform, download the **zip archive** from the Terraform install pa
352
352
353
353
4. Navigate to your home directory (`C:\Users\<YOUR_USERNAME>\`) and create a directory named `terraform_cli`
354
354
355
-
5. Paste `terraform.exe` in the `cli_apps` directory
355
+
5. Paste `terraform.exe` in the `terraform_cli` directory
356
356
357
357
### Add terraform to PATH
358
358
@@ -365,9 +365,9 @@ To update your path:
365
365
366
366
3. Under **User variables for <YOUR_USERNAME>** click on the variable named: `Path` to select it, then click on **Edit**
367
367
368
-
3. In the new pop out window, click **New** on to top right
368
+
3. In the new pop out window, click **New** on the top right
369
369
370
-
4.Enter: `C:\Users\YOUR_USERNAME\terraform_cli` - Make sure to replace `YOUR_USERNAME` with _your user name_. You can obtain your user name by running `echo %username%` in **Command Prompt**
370
+
4.Into the empty box that was just created, enter: `%USERPROFILE%\terraform_cli`
371
371
372
372
5. Click **Ok** to close the `Path` variable window, and click **Ok** again to close the Environment Variable window.
373
373
@@ -390,10 +390,6 @@ on <your_operating_system>_<your_cpu_architecture>
We'll need to change some values in this file. Here's were you can find the required values:
476
472
-**project_id:** from the GCP Console at this [link here](https://console.cloud.google.com).
477
-
-**region:** take a look at the GCP Region and Zone documentation at this [link here](https://cloud.google.com/compute/docs/regions-zones). We strongly recommend you choose the closest geographical region.
478
-
-**zone:** Zone is a subset of region. it is almost always the same as **region** appended with `-a`, `-b`, or `-c`.
473
+
-**region:** take a look at the GCP Region and Zone documentation at this [link here](https://cloud.google.com/compute/docs/regions-zones#available). We generally recommend you choose a geographically nearby region.
474
+
-**zone:** Zone is a subset of region. it is almost always the same as **region** appended with `-a`, `-b`, or `-c`. The zone you select within a region should not have a functional impact.
479
475
-**instance_name:** we recommend naming your VM: `lw-de-vm-<YOUR_GITHUB_USERNAME>`. Replacing `<YOUR_GITHUB_USERNAME>` with your GitHub username.
480
-
-**instance_user:** in Command Prompt, run `echo %username%`
476
+
-**instance_user:** in Command Prompt, run `echo %username%`, and enter the value
481
477
482
478
After completing this file, it might look similar to:
483
479
@@ -596,7 +592,9 @@ A new VS Code window will open. You may be asked to select the platform of the r
596
592
597
593

598
594
599
-
And you are connected! It should look similar too:
595
+
And you are connected 🎉 It should look similar to the below image.
596
+
597
+
If you don't see a terminal open at the bottom or side of VS Code, you can open a terminal by selecting **Terminal** from the top ribbon menu and selecting **New Terminal** (makes sure to remember the key binding for later 😎)
600
598
601
599

602
600
@@ -807,6 +805,50 @@ To customise this configuration for yourself, you'll need to **fork** the reposi
807
805
808
806
**Forking** creates a copy of the repository under your account (`your_github_username/dotfiles`), which you can then modify with your personal information, such as your name.
809
807
808
+
<details>
809
+
<summary><strong>❗ I started a Le Wagon _Web Development_ or _Data Science_ bootcamp in 2021 or earlier.</strong></summary>
810
+
811
+
Open a ticket with a TA and do the following:
812
+
- Compare your existing dotfiles with the current Le Wagon [dotfile 🔗](https://github.com/lewagon/dotfiles), particularly the `.zshrc` and `settings.json` - if there is no meaningful difference, continue with the setup.
813
+
- If you are OK with losing your existing dotfiles - delete your existing dotfiles repository and continue with the setup
814
+
- If you do not want to lose your existing dotfiles, you can either:
815
+
1. Work with branches
816
+
2. Create a _psuedo fork_ of the Le Wagon dotfiles repository
817
+
818
+
**Option 1. I want to work with branches:**
819
+
- Create a branch of your existing dotfiles setup
820
+
- On `main`, pull from `upstream`, resolve conflicts, commit and push. It is important that you accept incoming changes to the `.zshrc` and `settings.json` files
821
+
- Continue with the setup
822
+
823
+
**Option 2. I want a separate repo for this set of dotfiles:**
824
+
- Cloning the repository to a different target name
Copy file name to clipboardExpand all lines: _partials/dotfiles_simple.md
+44Lines changed: 44 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,50 @@ To customise this configuration for yourself, you'll need to **fork** the reposi
6
6
7
7
**Forking** creates a copy of the repository under your account (`your_github_username/dotfiles`), which you can then modify with your personal information, such as your name.
8
8
9
+
<details>
10
+
<summary><strong>❗ I started a Le Wagon _Web Development_ or _Data Science_ bootcamp in 2021 or earlier.</strong></summary>
11
+
12
+
Open a ticket with a TA and do the following:
13
+
- Compare your existing dotfiles with the current Le Wagon [dotfile 🔗](https://github.com/lewagon/dotfiles), particularly the `.zshrc` and `settings.json` - if there is no meaningful difference, continue with the setup.
14
+
- If you are OK with losing your existing dotfiles - delete your existing dotfiles repository and continue with the setup
15
+
- If you do not want to lose your existing dotfiles, you can either:
16
+
1. Work with branches
17
+
2. Create a _psuedo fork_ of the Le Wagon dotfiles repository
18
+
19
+
**Option 1. I want to work with branches:**
20
+
- Create a branch of your existing dotfiles setup
21
+
- On `main`, pull from `upstream`, resolve conflicts, commit and push. It is important that you accept incoming changes to the `.zshrc` and `settings.json` files
22
+
- Continue with the setup
23
+
24
+
**Option 2. I want a separate repo for this set of dotfiles:**
25
+
- Cloning the repository to a different target name
Copy file name to clipboardExpand all lines: _partials/terraform.md
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ To install terraform, download the **zip archive** from the Terraform install pa
29
29
30
30
4. Navigate to your home directory (`C:\Users\<YOUR_USERNAME>\`) and create a directory named `terraform_cli`
31
31
32
-
5. Paste `terraform.exe` in the `cli_apps` directory
32
+
5. Paste `terraform.exe` in the `terraform_cli` directory
33
33
34
34
### Add terraform to PATH
35
35
@@ -42,9 +42,9 @@ To update your path:
42
42
43
43
3. Under **User variables for <YOUR_USERNAME>** click on the variable named: `Path` to select it, then click on **Edit**
44
44
45
-
3. In the new pop out window, click **New** on to top right
45
+
3. In the new pop out window, click **New** on the top right
46
46
47
-
4.Enter: `C:\Users\YOUR_USERNAME\terraform_cli` - Make sure to replace `YOUR_USERNAME` with _your user name_. You can obtain your user name by running `echo %username%` in **Command Prompt**
47
+
4.Into the empty box that was just created, enter: `%USERPROFILE%\terraform_cli`
48
48
49
49
5. Click **Ok** to close the `Path` variable window, and click **Ok** again to close the Environment Variable window.
We'll need to change some values in this file. Here's were you can find the required values:
121
121
-**project_id:** from the GCP Console at this [link here](https://console.cloud.google.com).
122
-
-**region:** take a look at the GCP Region and Zone documentation at this [link here](https://cloud.google.com/compute/docs/regions-zones). We strongly recommend you choose the closest geographical region.
123
-
-**zone:** Zone is a subset of region. it is almost always the same as **region** appended with `-a`, `-b`, or `-c`.
122
+
-**region:** take a look at the GCP Region and Zone documentation at this [link here](https://cloud.google.com/compute/docs/regions-zones#available). We generally recommend you choose a geographically nearby region.
123
+
-**zone:** Zone is a subset of region. it is almost always the same as **region** appended with `-a`, `-b`, or `-c`. The zone you select within a region should not have a functional impact.
124
124
-**instance_name:** we recommend naming your VM: `lw-de-vm-<YOUR_GITHUB_USERNAME>`. Replacing `<YOUR_GITHUB_USERNAME>` with your GitHub username.
125
125
$MAC_START
126
-
-**instance_user:** in your terminal, run `whoami`
126
+
-**instance_user:** in your terminal, run `whoami`, and enter the value
127
127
$MAC_END
128
128
$WINDOWS_START
129
-
-**instance_user:** in Command Prompt, run `echo %username%`
129
+
-**instance_user:** in Command Prompt, run `echo %username%`, and enter the value
130
130
$WINDOWS_END
131
131
$LINUX_START
132
-
-**instance_user:** in your terminal, run `whoami`
132
+
-**instance_user:** in your terminal, run `whoami`, and enter the value
133
133
$LINUX_END
134
134
135
135
After completing this file, it might look similar to:
Copy file name to clipboardExpand all lines: _partials/vscode_ssh_connection.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,9 @@ A new VS Code window will open. You may be asked to select the platform of the r
62
62
63
63

64
64
65
-
And you are connected! It should look similar too:
65
+
And you are connected 🎉 It should look similar to the below image.
66
+
67
+
If you don't see a terminal open at the bottom or side of VS Code, you can open a terminal by selecting **Terminal** from the top ribbon menu and selecting **New Terminal** (makes sure to remember the key binding for later 😎)
0 commit comments