diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-05-30 11:08:59 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-05-30 11:08:59 -0400 |
| commit | 884dcbdc4792eed95e558af84491eb3100d314a2 (patch) | |
| tree | 6f27e84bec8ae9dc1e753dd91061def86554f1ed | |
| parent | bca99b60b174bc287b9f396b3262417c4eec4ddc (diff) | |
| download | eibhear-884dcbdc4792eed95e558af84491eb3100d314a2.tar.gz eibhear-884dcbdc4792eed95e558af84491eb3100d314a2.tar.zst eibhear-884dcbdc4792eed95e558af84491eb3100d314a2.zip | |
tutorial videos list updated
| -rwxr-xr-x | .local/bin/tutorialvids | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/.local/bin/tutorialvids b/.local/bin/tutorialvids index 5ca5c50..2ed1542 100755 --- a/.local/bin/tutorialvids +++ b/.local/bin/tutorialvids @@ -1,12 +1,17 @@ #!/bin/sh +# This gives the user a list of videos they can select and watch without a +# browser. If you want to check a tutorial video, it makes it easy. I'll +# add/remove videos from this list as I go on. + vidlist=" -status bar https://www.youtube.com/watch?v=gKumet6b-WY +dwm (window manager) https://www.youtube.com/watch?v=xnREqY-oyzM +pacman (installing/managing programs) https://www.youtube.com/watch?v=-dEuXTMzRKs +status bar https://www.youtube.com/watch?v=UP2QpHmcgyk sxiv (image viewer) https://www.youtube.com/watch?v=GYW9i_u5PYs st (terminal) https://www.youtube.com/watch?v=9H75enWM22k -i3 (window manager) https://www.youtube.com/watch?v=GKviflL9XeI -pacman (installing/managing programs) https://www.youtube.com/watch?v=-dEuXTMzRKs -mutt (email) https://www.youtube.com/watch?v=2U3vRbF7v5A +i3 (old window manager) https://www.youtube.com/watch?v=GKviflL9XeI +neomutt (email) https://www.youtube.com/watch?v=2U3vRbF7v5A ncmpcpp (music player) https://www.youtube.com/watch?v=sZIEdI9TS2U newsboat (RSS reader) https://www.youtube.com/watch?v=dUFCRqs822w ranger (file manager) https://www.youtube.com/watch?v=L6Vu7WPkoJo |
