Skip to content

Just one Beyonder's Shell Cheat Sheet...

License

Notifications You must be signed in to change notification settings

BeyondCodeBootcamp/shell-cheatsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Shell Cheat Sheet

Just one Beyonder's Shell Cheat Sheet...

How to Reset

What to do What it does
Ctrl ⌃ + C Cancel job
reset fix jank
Cmd ⌘ + K Klear the Konsole
or Ctrl ⌃ + L cLear the consoLe
Ctrl ⌃ + D Done (enD of file)

Notes Format

# Goal: Install dev tools

The tools make the man, so install not just the necessary tools, but the best tools:

|                                What to do | What it does | Comment |
| ----------------------------------------: | :----------: | :------ |
|                                         x |      y       | z       |
| <kbd>Shift ⇧</kbd> + <kbd>Alt ⌥</kbd> + ' |  Prints "Æ"  | wow     |

1. Install Core Dev Tools:
    - Mac
        ```sh
        # install xcode command line tools
        xselect --install
        ```
    - Linux
        ```sh
        # install linux dev tools
        sudo apt install -y fish git vim curl
        ```
2. Install Extra Dev Tools:

    ```sh
    curl https://webi.sh/ | sh
    source ~/.config/envman/PATH.env

    webi fish
    webi vim-essentials
    ```

3. Learn

About

Just one Beyonder's Shell Cheat Sheet...

Resources

License

Stars

Watchers

Forks