slides.vim

Des slides dans votre vim - retour accueil

git clone git://bebou.netlib.re/slides.vim
Log | Files | Refs |

commit 1b777c0e118e91d966a980d06559e04f936aeb13
parent 5f0a0f6dd988a7179a383ba090bb4ced12136ede
Auterice: Marc Chantreux <mc@unistra.fr>
Date:   Mon, 28 Nov 2022 11:06:48 +0100

update cool-retro-term instructions

Diffstat:
Amyretrofuture.json | 25+++++++++++++++++++++++++
Mtips.md | 39+++++----------------------------------
2 files changed, 30 insertions(+), 34 deletions(-)

diff --git a/myretrofuture.json b/myretrofuture.json @@ -0,0 +1,25 @@ +{ + "backgroundColor": "#000000", + "fontColor": "#729fcf", + "flickering": 0, + "horizontalSync": 0, + "staticNoise": 0.1066, + "chromaColor": 0.5052, + "saturationColor": 0.4983, + "screenCurvature": 0, + "glowingLine": 0, + "burnIn": 0.4038, + "bloom": 0.6416, + "rasterization": 0, + "jitter": 0, + "rbgShift": 0, + "brightness": 0.5014, + "contrast": 0.85, + "ambientLight": 0, + "windowOpacity": 0.7, + "fontName": "TERMINUS", + "fontWidth": 0.8, + "margin": 0.1, + "name": "myretrofuture", + "version": 2 +} diff --git a/tips.md b/tips.md @@ -30,42 +30,13 @@ so the layer is ┃ ┃ ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ -# old school look and feel +# cyberpunk theme -## compile and use cool-retro-term +cool-retro-term¹ emulates the old terminals, even hardware glitches. -run a docker + apt install cool-retro-term - mkdir /tmp/crt - docker run --rm -it -v /tmp/crt:/code debian:buster +I made a theme for this: check `myretrofuture.json`. -inside the docker - - apt update - apt install git build-essential \ - qmlscene qt5-qmake qt5-default \ - qtdeclarative5-dev qml-module-qtquick-controls \ - qml-module-qtgraphicaleffects qml-module-qtquick-dialogs \ - qml-module-qtquick-localstorage qml-module-qtquick-window2 \ - qml-module-qt-labs-settings qml-module-qt-labs-folderlistmodel - git clone --recursive https://github.com/Swordfish90/cool-retro-term.git - cd cool-retro-term/ - qmake && make - -while compiling, install runtime dependencies on your system - - sudo aptitude install \ - qml-module-qt-labs-folderlistmodel \ - qml-module-qt-labs-settings \ - qml-module-qtquick-dialogs \ - qml-module-qtquick-localstorage \ - qml-module-qtquick-controls - - -when everything is ready - - # choose your own ~/local/bin :) - cp /tmp/crt/cool-retro-term/cool-retro-term ~/local/bin - rehash - cool-retro-term +¹: https://github.com/Swordfish90/cool-retro-term