Skip to content

My personal configs for various linux things

License

Notifications You must be signed in to change notification settings

robobenklein/configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6614354 · Aug 20, 2024
Jul 8, 2023
Apr 1, 2023
Feb 9, 2020
Sep 27, 2022
Aug 10, 2020
Sep 27, 2019
Sep 4, 2023
May 19, 2023
Jul 13, 2018
Sep 13, 2023
Jul 4, 2021
Mar 9, 2023
Aug 20, 2024
Jul 11, 2018
Oct 28, 2019
Mar 9, 2020
May 24, 2018
Apr 10, 2023
Jun 12, 2018
Dec 25, 2021
Mar 9, 2020
Feb 9, 2020
Feb 8, 2024

Repository files navigation

Robo's linux (+unix) configs

Sv At
Shell zsh
Shell Framework Zinit
Shell theme ZINC, Fishy
DE Gnome + Pop Shell
CLI Editor Vim (Neovim)
IDE Atom (CodeRibbon)
Terminal Tilix
Multiplexer tmux
Audio MPD, Picard, Jellyfin
Monitoring htop, conky, Prometheus/Influx/Grafana
Mail Mutt, Gmail, Thunderbird, Protonmail
Chat Matrix, Keybase, Discord
Dotfile manager Dotbot
Distro Pop!_OS (Ubuntu on servers, Debian derivatives elsewhere)
Containers docker
Chroot firejail
Games Steam, Itch, Humble, 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 pull robobenklein/home
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