|
@@ -2,12 +2,21 @@
|
2
|
2
|
|
3
|
3
|
Items to be handled on first day orientation.
|
4
|
4
|
|
|
5
|
+Ooh, ooh, Do this ->
|
|
6
|
+
|
|
7
|
+ Find the `shell` or `terminal` or `term` (all names for the command interpreter.
|
|
8
|
+
|
|
9
|
+ `terminal` or `shell` mean pretty much the same thing - `/Applications/Utilities/Terminal.app` and start it up.
|
|
10
|
+
|
|
11
|
+ Type `whoami` and `enter` or `return`. Congratulations, you just type a command. You're Welcome.
|
|
12
|
+
|
5
|
13
|
## Downloads
|
6
|
14
|
|
7
|
15
|
* BlueJ
|
8
|
16
|
* Atom
|
9
|
17
|
* JDK for Java 8
|
10
|
18
|
* Brew
|
|
19
|
+* git
|
11
|
20
|
*
|
12
|
21
|
|
13
|
22
|
|
|
@@ -20,5 +29,8 @@ _Be sure to use professional names when signing up. (`BlueHenCoder` is okay, `Su
|
20
|
29
|
* Github
|
21
|
30
|
* BE SURE to add a avatar pic to github account.
|
22
|
31
|
* https://Git.Zipcode.Rocks then use that to login/create account to https://git.zipcode.rocks (the private ZCW Git server).
|
|
32
|
+ * Register for account on GitHub (https://github.com/). We recommend using a username that incorporates your name (jfiksel, mtaub, lrjager)
|
|
33
|
+ * `$ git --version` and `$ git config` in the terminal to configure your shell for your new git account.
|
|
34
|
+
|
23
|
35
|
* Pluralsight
|
24
|
36
|
*
|