Robo's linux (+unix) configs

March 4, 2026 ยท View on GitHub

SvAt
Shellzsh
Shell FrameworkZinit
Shell themeZINC, Fishy
DEGnome
CLI EditorVim (Neovim)
IDEAtom (CodeRibbon)
TerminalTilix
Multiplexertmux
AudioJellyfin, MPD, Picard
Monitoringhtop, conky, Telegraf/Influx/Grafana
MailThunderbird, Protonmail
ChatMatrix, Keybase, Discord
Dotfile managerDotbot
DistroDebian & derivatives
Containersdocker
Chrootfirejail
GamesSteam, Itch, Lutris

Docker

robobenklein/home is a docker container with a base system set up (phusion baseimage) that has general utilities and programs installed, along with the configs from this repo.

If you have docker and just want to try out these configs without changing anything on your machine,

docker run --rm -it robobenklein/home:latest zsh -i
# by default it starts without a powerline prompt,
# but if you have powerline fonts:
docker run --rm --env ZSH_THEME=zinc -it robobenklein/home:latest zsh -i