Retro Linux terminal
Because, why not!
Intro
Since I installed Ubuntu on my laptop, I've mainly focused on setting it up and customizing my environment.
It's refreshing to escape the mundane, productivity-driven mindset that many tech enthusiasts have clung to since the invention of PCs. Now, it feels effortless; you do what you must forget about it and enjoy more fun activities.
For some reason, I insisted on having a DEC VT100 theme for my GNOME terminal window. You know the look: a washed-out black screen with amber interlaced fonts.
What to do
There are two approaches to achieving this. You can either install the "cool-retro-term" application.
Or find the specific color values for the font and background. Then download a compatible font such as "dec_terminal," "dec_terminal_modern," "arcade_ya," or "Glass_TTY_VT220. " Set it up and enjoy a completely unnecessary, hence essential customization.
What you shouldn't do, though, is try to explain to others why you spent so much time on this.
Instructions
- Terminal font:
- You can download some free fonts on the Urban Fonts website.
- If you're using GitHUB, have a look there.
- Or just use the default monotype fonts that come with your OS version.
- The color values for the font and screen background are:
- Font: #FFB000
- Screen: #282828
- Install the cool-retro-term (debian or ubuntu):
- Search to check it's in your apt library
- Update apt
- Install the app
Check if it's in your library:
sudo apt-cache search cool-retro-term
Update your library:
sudo apt update
Run install:
sudo apt install -y
Reference
Enjoy!