From d0ab10e469fa5e893a746bac5e6339030b056d19 Mon Sep 17 00:00:00 2001 From: yibo <7483137+xyb994@users.noreply.github.com> Date: Tue, 17 Dec 2024 15:23:09 -0500 Subject: [PATCH] separate page for intro steps --- pages/vi/firststeps.md | 19 +------------------ pages/vi/introductory-steps.md | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 18 deletions(-) create mode 100644 pages/vi/introductory-steps.md diff --git a/pages/vi/firststeps.md b/pages/vi/firststeps.md index 132af9b3..42db3821 100644 --- a/pages/vi/firststeps.md +++ b/pages/vi/firststeps.md @@ -93,24 +93,7 @@ For technical questions not covered in the FAQ, in addition to contacting us on ## Step 0 - Introductory Steps -### Watch the Organization and Follow Contributors - -In GitHub, we [follow organizations](https://docs.github.com/en/get-started/exploring-projects-on-github/following-organizations) and [follow people](https://docs.github.com/en/get-started/exploring-projects-on-github/following-people) to receive notifications about their activity. Look for the "Watch" button at the top right of the page when you are in a repository. Additionally, follow each other to stay updated on what others in the group are working on. - -- Use the "Watch" button in repositories you're working on and "Follow" individuals to keep up with the latest activities. -- Visit GitHub and "Follow" the [Treehouses organization](https://github.com/treehousest) to stay updated on changes. -- Follow OLE's CTO, [dogi](https://github.com/dogi). -- You can also follow [other active Systems Engineering Virtual Interns](team.md) to stay updated on their activities. - -### Setting Up Your Environment - -We interact with the Raspberry Pi via a command terminal, which is natively available on both Mac and Linux-based systems. However, if you are using a Windows device, we highly recommend [Git Bash](https://git-scm.com/downloads/win). - -### Working with Vi & Vim - -One of the most simple but most powerful text editors out there is Vim. If you want to see what Vim can do and how powerful it can be, you can learn more about Vim [here](https://danielmiessler.com/p/vim/#textobjects). Vim is not necessary for this internship but it is truly helpful when working on the Raspberry Pi not to have to download and install other text editors. - -**NOTE:** You can skip ahead to Step 3 while you are waiting for your Raspberry Pi to come in the mail. +Follow the instructions in [Introductory Steps](introductory-steps.md) to watch the organization, join Discord, set up your environment, and learn Vi/Vim basics. ## Step 1 - Installing and Finding Your Raspberry Pi diff --git a/pages/vi/introductory-steps.md b/pages/vi/introductory-steps.md new file mode 100644 index 00000000..acb51b71 --- /dev/null +++ b/pages/vi/introductory-steps.md @@ -0,0 +1,25 @@ +# Step 0 - Introductory Steps + +## Watch the Organization and Follow Contributors + +In GitHub, we [follow organizations](https://docs.github.com/en/get-started/exploring-projects-on-github/following-organizations) and [follow people](https://docs.github.com/en/get-started/exploring-projects-on-github/following-people) to receive notifications about their activity. Look for the "Watch" button at the top right of the page when you are in a repository. Additionally, follow each other to stay updated on what others in the group are working on. + +- Use the "Watch" button in repositories you're working on and "Follow" individuals to keep up with the latest activities. +- Visit GitHub and "Follow" the [Treehouses organization](https://github.com/treehousest) to stay updated on changes. +- Follow OLE's CTO, [dogi](https://github.com/dogi). +- You can also follow [other active Systems Engineering Virtual Interns](team.md) to stay updated on their activities. + +## Discord Installation and Server Nickname + +- Discord will be the primary communication tool for this internship, so please [download and install it](https://discord.com/download) on your computer. Once installed: +- If your preferred name differs significantly from your Discord "Display Name," click on "treehouses" in the upper left of the Discord interface. Then, select "Edit Server Profile" from the menu and update your server nickname to include your preferred name or first name and last name initial. + +## Setting Up Your Environment + +We interact with the Raspberry Pi via a command terminal, which is natively available on both Mac and Linux-based systems. However, if you are using a Windows device, we highly recommend [Git Bash](https://git-scm.com/downloads/win). + +## Working with Vi & Vim + +One of the most simple but most powerful text editors out there is Vim. If you want to see what Vim can do and how powerful it can be, you can learn more about Vim [here](https://danielmiessler.com/p/vim/#textobjects). Vim is not necessary for this internship but it is truly helpful when working on the Raspberry Pi not to have to download and install other text editors. + +#### Return to [First Steps](http://localhost:8000/#!./pages/vi/firststeps.md#Step_0_-_Introductory_Steps)