diff --git a/weekly_lessons/00/README.md b/weekly_lessons/00/README.md new file mode 100644 index 0000000..392dd98 --- /dev/null +++ b/weekly_lessons/00/README.md @@ -0,0 +1,3 @@ +# Week 00 + +This was the [install methods](/install_methods/README.md) week. diff --git a/weekly_lessons/01/README.md b/weekly_lessons/01/README.md new file mode 100644 index 0000000..badba4f --- /dev/null +++ b/weekly_lessons/01/README.md @@ -0,0 +1,31 @@ +# Week 01 (Prompts, prompts, PrOmPtS) + +- [Week 01 (Prompts, prompts, PrOmPtS)](#week-01-prompts-prompts-prompts) + - [Pre-reqs](#pre-reqs) + - [Why](#why) + - [Examples](#examples) + - [Resources](#resources) + +## Pre-reqs + +- bash setup + - [video](https://youtu.be/mfP8R1yr80A) + - [writen instruction](/install_methods/) + +## Why + +1. It is fun 😁 +2. Gives you more context when you document with screenshots +3. Helps improve your workflow + +## Examples + +- [my prompt](https://github.com/elreydetoda/vagrant-files/blob/master/elrey741_kali-linux_amd64/customizations/bash_prompt) + +## Resources + +- [https://terminal.sexy/](https://terminal.sexy/) +- [http://ezprompt.net/](http://ezprompt.net/) +- [Bash Cookbook](http://bashcookbook.com/) + - [code](https://github.com/vossenjp/bashcookbook-examples/blob/master/ch16/prompts) + - Main Chapter(s): 1.3 & 16.2