-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
💅 merge pull request #112 from FWDekker/better-usage-and-man-and-comp…
…letions~ 💅 better usage and man and completions and a bunch of other stuff~
- Loading branch information
Showing
12 changed files
with
180 additions
and
82 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -1,4 +1,32 @@ | ||
## sample1.png | ||
## General settings | ||
### Konsole | ||
* Set font size to 32 | ||
* Set window size to 60x12 | ||
* Hide all toolbars, hide the title bar, and hide the frame. | ||
|
||
### Screenshot | ||
* Take a screenshot of the entire Konsole window. | ||
* Resize the image to be 450px wide. | ||
|
||
|
||
## bash.png | ||
1. Add the following to `~/.bashrc`: | ||
```shell | ||
PROMPT_COMMAND="mommy -1 -s \$?; $PROMPT_COMMAND" | ||
``` | ||
2. Use the following settings in `~/.config/mommy/config.sh`: | ||
```shell | ||
MOMMY_COMPLIMENTS_ENABLED="0";MOMMY_ENCOURAGEMENTS="it's okay to make mistakes" | ||
``` | ||
3. Apply the Konsole settings described above. | ||
4. Run | ||
```shell | ||
ssh cia.gov | ||
``` | ||
5. Take a screenshot as described above. | ||
|
||
|
||
## fish.png | ||
1. Install fish, and add the following to `~/.config/fish/functions/fish_right_prompt.fish`: | ||
```shell | ||
function fish_right_prompt | ||
|
@@ -9,16 +37,33 @@ | |
```shell | ||
MOMMY_COMPLIMENTS_ENABLED="0";MOMMY_ENCOURAGEMENTS="it's okay to make mistakes";MOMMY_COLOR="lolcat" | ||
``` | ||
3. Open Konsole, set font size to 32, set window size to 60x12, and hide window borders. | ||
3. Apply the Konsole settings described above. | ||
4. Run | ||
```shell | ||
sudo apt update | ||
``` | ||
5. Enter the wrong password three times. | ||
6. Take a screenshot. | ||
6. Take a screenshot as described above. | ||
|
||
|
||
## nushell.png | ||
1. Install brew and nushell, and add the following to `~/.config/nushell/config.nu`: | ||
```shell | ||
$env.PROMPT_COMMAND_RIGHT = {|| mommy -1 -s $env.LAST_EXIT_CODE } | ||
``` | ||
2. Use the following settings in `~/.config/mommy/config.sh`: | ||
```shell | ||
MOMMY_COMPLIMENTS_ENABLED="0";MOMMY_ENCOURAGEMENTS="just a little further, mommy knows you can do it" | ||
``` | ||
3. Apply the Konsole settings described above. | ||
4. Run | ||
```shell | ||
rm -rf / | ||
``` | ||
5. Take a screenshot as described above. | ||
|
||
|
||
## sample2.png | ||
## zsh.png | ||
1. Install zsh, and add the following to `~/.zshrc`: | ||
```shell | ||
set -o PROMPT_SUBST | ||
|
@@ -28,9 +73,9 @@ | |
```shell | ||
MOMMY_COMPLIMENTS_ENABLED="0";MOMMY_COLOR="";MOMMY_PREFIX="%F{005}";MOMMY_SUFFIX="~%f";MOMMY_ENCOURAGEMENTS="never give up, my love" | ||
``` | ||
3. Open Konsole, set font size to 32, set window size to 60x12, and hide window borders. | ||
3. Apply the Konsole settings described above. | ||
4. Run | ||
```shell | ||
git clone [email protected]/nyancrimew/noflylist.git | ||
``` | ||
5. Take a screenshot. | ||
5. Take a screenshot as described above. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
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
Oops, something went wrong.