Skip to content

Commit

Permalink
update cool-retro-term instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
eiro committed Nov 28, 2022
1 parent 5f0a0f6 commit 1b777c0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 34 deletions.
25 changes: 25 additions & 0 deletions myretrofuture.json
Original file line number Diff line number Diff line change
@@ -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
}
39 changes: 5 additions & 34 deletions tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1b777c0

Please sign in to comment.