https://github.com/yogan/tmux-techtalk
tmux Tech Talk
https://github.com/yogan/tmux-techtalk
markdown slides techtalk terminal tmux
Last synced: 9 months ago
JSON representation
tmux Tech Talk
- Host: GitHub
- URL: https://github.com/yogan/tmux-techtalk
- Owner: yogan
- Created: 2019-09-28T12:42:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T15:00:43.000Z (over 4 years ago)
- Last Synced: 2025-02-08T16:29:31.724Z (11 months ago)
- Topics: markdown, slides, techtalk, terminal, tmux
- Size: 41 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tmux Tech Talk
A talk on **[tmux](https://github.com/tmux/tmux)**, a terminal multiplexer.
With a not-so-short introduction to the history of terminals.
Go *[here to read the slides](slides.md)*.
## Presentation Slides Setup
The presentation is rendered in a terminal via
[patat](https://github.com/jaspervdj/patat).
The slides themselves are written in markdown, so they are also
[readable right here](slides.md).
- [install patat](https://github.com/jaspervdj/patat#installation), preferably
from source
- install
[Stack](https://docs.haskellstack.org/en/stable/README/#how-to-install)
*(Haskell package manager)*
- `cd ~/src && git clone git@github.com:jaspervdj/patat.git`
- `stack setup && stack install` *(this takes quite some time)*
- `patat -w slides.md`