Lab
Course Work Directory Structure
Within your home directory, make a new one named sei
.
cd
mkdir sei
Create a folder structure to store the code you'll be working on during this course. It should look something like this (when you run tree
).
sei
βββ project1
βββ project2
βββ project3
βββ project4
βββ tmp-homework
βββ classwork
βββ unit1
β βββ lesson_01_1
β βββ lesson_01_2
β βββ lesson_01_3
β βββ lesson_02_1
β βββ lesson_02_2
β βββ lesson_02_3
β βββ lesson_03_1
β βββ lesson_03_2
β βββ lesson_03_3
βββ unit2
βββ unit3
βββ unit4
You don't need to create every single lesson folder yet. :)
NOTE: Once you learn how to use git
and GitHub, we will replace the tmp-homework
directory with the "real" one.
Last updated
Was this helpful?