Skip to content

Terminal workshop - a variation of the Learn to bash workshop materials

Notifications You must be signed in to change notification settings

spbail/terminal-workshop

Repository files navigation

Terminal workshop

A variation of the Learn to Bash workshop materials, adapted for remote teaching and zsh vs bash.

Workshop first held at the DataUmbrella meetup in July 2020.

permits.csv is a modified sample CSV file based on the Film Permits data provided by NYC OpenData

Slides

The HTML slides can be downloaded here

In case you want to compile the markdown yourself/play around with Marp:

Installing Marp

  • Install npm: https://www.npmjs.com/get-npm
  • Allow global install of npm modules: sudo mkdir /usr/local/lib/node_modules; chown -R whoami /usr/local/lib/node_modules
  • Install marp CLI: npm install -g @marp-team/marp-cli
  • This seems to be the most helpful documentation: https://marpit.marp.app/

Compiling markdown to HTML

  • Compile markdowns: marp *.md --theme theme.css then open the HTML output in a browser window. Each change requires re-compiling and refreshing the browser. The theme flag is needed to compile with the custom CSS.
  • You can also run these in "watch" mode which will keep a compile server running and refresh the browser window for both markdown and CSS changes (pretty cool): marp *.md --theme theme.css --watch

About

Terminal workshop - a variation of the Learn to bash workshop materials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages