Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robobenklein/configs
My personal configs for various linux things
https://github.com/robobenklein/configs
dotbot-configuration dotfiles tmux-configs zshrc
Last synced: 6 days ago
JSON representation
My personal configs for various linux things
- Host: GitHub
- URL: https://github.com/robobenklein/configs
- Owner: robobenklein
- License: mit
- Created: 2016-06-24T13:55:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T18:39:32.000Z (5 months ago)
- Last Synced: 2025-01-03T12:32:08.679Z (7 days ago)
- Topics: dotbot-configuration, dotfiles, tmux-configs, zshrc
- Language: Shell
- Size: 368 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```