You are not logged in.

#1 2016-12-05 21:49:46

sunfizz98
New Member
Registered: 2016-11-26
Posts: 4
Website

Solarize TTY

So...my linux brain is having an alzheimer's moment, but how do I solarize a TTY? I've read the instructions from the link below and still having trouble with it. Also, would it not display for those who SSH into it either?

https://github.com/joepvd/tty-solarized

The reason I stick to TTY is that it is for my server which is mostly headless and doesn't need an x-server.

Offline

#2 2016-12-05 22:08:21

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: Solarize TTY

sunfizz98 wrote:

how do I solarize a TTY?

Try:

mkdir ~/git && cd ~/git
git clone https://github.com/joepvd/tty-solarized.git
echo ". ~/git/tty-solarized/tty-solarized-dark.sh" >> ~/.bash_profile

This adds a line to your shell initialisation file (~/.bash_profile) that sources the github script, change it to the light version if you prefer.

If you use zsh rather than bash, add

. ~/git/tty-solarized/tty-solarized-dark.sh

to ~/.zlogin instead.

Offline

Board footer

Powered by FluxBB