http://y5wnzwjd3zf5xlmo7v7ehdjltreizdaupjuloocytfgmiplpqyk2kbad.onion/2022.html
To see what themes are available for the syntax highlighter, try '$ ls /usr/share/highligh/themes'. I am currently using 'peaksea'. Enable it with the '--style' flag. SSH git tricks The easiest way that I've found to use git: Server: in the git directory, in my case ~/dev/, $ mkdir git-repo $ cd git-repo $ git init --bare Local: change directory as appropriate, $ ssh git clone ssh://username@remote-server:/home/username/dev/git-repo' Suddenly, everything is set up for you.