Skip to content

My personal configs for various linux things

License

Notifications You must be signed in to change notification settings

Dr0idGuy/configs

 
 

Repository files navigation

Robo's linux (+unix) configs

Sv At
Shell zsh
Shell Framework Zinit
Shell theme ZINC, Powerlevel9k, Fishy
DE Gnome, Unity, i3
CLI Editor Vim (Neovim)
IDE (General Purpose) Atom
Terminal Tilix
Multiplexer tmux
Audio MPD, beets
Monitor htop, conky
Mail Mutt, Gmail/Inbox, Thunderbird
Chat Keybase, Discord, Hangouts
Dotfile manager Dotbot
Distro Pop_OS! (Ubuntu on servers, Debian derivatives elsewhere)
Containers docker
Chroot firejail
VMs Virtualbox, libVirt (QEMU, KVM)
Games Steam, Itch, Humble

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

About

My personal configs for various linux things

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 58.4%
  • Vim Script 19.9%
  • Python 13.7%
  • Lua 4.3%
  • Dockerfile 1.8%
  • C 1.3%
  • xBase 0.6%