-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adding install method as a week * adding prompts lession
- Loading branch information
1 parent
6a54cd8
commit 6c19c0d
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Week 00 | ||
|
||
This was the [install methods](/install_methods/README.md) week. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |